You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update agent models and remove deprecated tools
- Changed agent models from anthropic to openai/gpt-5.2-codex for improved performance.
- Removed the deprecated beads agent file.
- Updated AGENTS.md to reflect changes in custom tools and deprecated commands.
- Added new swarmmail release functions for better file reservation management in the swarm plugin.
-**NEVER** call these directly in the main conversation - they dump entire doc pages
@@ -434,43 +409,7 @@ git status # MUST show "up to date with origin"
434
409
hive_ready()
435
410
```
436
411
437
-
## Agent Mail (via Plugin)
438
-
439
-
<agent*mail_context>
440
-
Agent Mail coordinates multiple agents working the same repo. \*\*Always use `agentmail*\*` plugin tools\*\* - they enforce context-safe limits (max 5 messages, no bodies by default).
441
-
</agent_mail_context>
442
-
443
-
### When to Use
444
-
445
-
- Multiple agents working same codebase
446
-
- Need to reserve files before editing
447
-
- Async communication between agents
448
-
449
-
### Workflow
450
-
451
-
```
452
-
# 1. Initialize (once per session)
453
-
agentmail_init(project_path="/abs/path/to/repo", task_description="Working on X")
0 commit comments