Skip to content

Commit 6c24a79

Browse files
committed
chore: update devsper configuration and logging enhancements
- Rename .hivemind directory to .devsper in .gitignore. - Update devsper.toml to change planner and worker models to "github:copilot". - Enhance logging in agent.py to capture task failure details. - Modify controller.py to include previous task outputs in payload for workers. - Clean up unused imports and improve comments in various files. - Update examples and documentation to reflect changes in worker model and usage instructions.
1 parent 55b3d9b commit 6c24a79

18 files changed

Lines changed: 2939 additions & 172 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env/
2424
registry/.env
2525

2626
# Hivemind runtime and output
27-
.hivemind/
27+
.devsper/
2828
.events/
2929

3030
# Example outputs (generated)
@@ -49,5 +49,6 @@ tmp
4949

5050
node_modules
5151

52-
# Rust (worker crate)
52+
# Rust (workspace and worker crate)
53+
target/
5354
worker/target/

0 commit comments

Comments
 (0)