drizzy-agent 0.6.3 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/README.md +3 -3
  2. package/dist/agents/builtin-agents/{atlas-agent.d.ts → orchestrator-agent.d.ts} +1 -1
  3. package/dist/agents/coder-junior/gpt-5-3-codex.d.ts +1 -1
  4. package/dist/agents/coder-junior/gpt-5-4.d.ts +1 -1
  5. package/dist/agents/coder-junior/gpt.d.ts +1 -1
  6. package/dist/agents/env-context.d.ts +1 -1
  7. package/dist/agents/{atlas → orchestrator}/agent.d.ts +9 -9
  8. package/dist/agents/{atlas → orchestrator}/default.d.ts +3 -3
  9. package/dist/agents/{atlas → orchestrator}/gemini.d.ts +3 -3
  10. package/dist/agents/{atlas → orchestrator}/gpt.d.ts +3 -3
  11. package/dist/agents/orchestrator/index.d.ts +2 -0
  12. package/dist/agents/{atlas → orchestrator}/prompt-section-builder.d.ts +1 -1
  13. package/dist/agents/types.d.ts +2 -2
  14. package/dist/cli/index.js +26 -26
  15. package/dist/config/schema/agent-names.d.ts +3 -3
  16. package/dist/config/schema/agent-overrides.d.ts +1 -1
  17. package/dist/config/schema/drizzy-agent-config.d.ts +2 -2
  18. package/dist/config/schema/hooks.d.ts +1 -1
  19. package/dist/create-hooks.d.ts +1 -1
  20. package/dist/drizzy-agent.schema.json +2 -2
  21. package/dist/features/boulder-state/types.d.ts +1 -1
  22. package/dist/features/builtin-commands/templates/refactor.d.ts +1 -1
  23. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
  24. package/dist/features/hook-message-injector/injector.d.ts +1 -1
  25. package/dist/hooks/index.d.ts +1 -1
  26. package/dist/hooks/{atlas → orchestrator}/event-handler.d.ts +3 -3
  27. package/dist/hooks/orchestrator/hook-name.d.ts +1 -0
  28. package/dist/hooks/orchestrator/idle-event.d.ts +8 -0
  29. package/dist/hooks/orchestrator/index.d.ts +3 -0
  30. package/dist/hooks/{atlas/atlas-hook.d.ts → orchestrator/orchestrator-hook.d.ts} +2 -2
  31. package/dist/hooks/{atlas → orchestrator}/types.d.ts +1 -1
  32. package/dist/hooks/planner-md-only/agent-resolution.d.ts +1 -1
  33. package/dist/index.js +196 -196
  34. package/dist/plugin/hooks/create-continuation-hooks.d.ts +2 -2
  35. package/dist/shared/agent-display-names.d.ts +1 -1
  36. package/dist/shared/agent-model-defaults.d.ts +2 -2
  37. package/dist/tools/call-drizzy-agent/background-agent-executor.d.ts +5 -0
  38. package/dist/tools/{call-omo-agent → call-drizzy-agent}/background-executor.d.ts +2 -2
  39. package/dist/tools/call-drizzy-agent/constants.d.ts +2 -0
  40. package/dist/tools/{call-omo-agent → call-drizzy-agent}/index.d.ts +1 -1
  41. package/dist/tools/{call-omo-agent → call-drizzy-agent}/session-creator.d.ts +2 -2
  42. package/dist/tools/{call-omo-agent → call-drizzy-agent}/subagent-session-creator.d.ts +2 -2
  43. package/dist/tools/{call-omo-agent → call-drizzy-agent}/sync-executor.d.ts +2 -2
  44. package/dist/tools/{call-omo-agent → call-drizzy-agent}/tools.d.ts +1 -1
  45. package/dist/tools/{call-omo-agent → call-drizzy-agent}/types.d.ts +3 -3
  46. package/dist/tools/delegate-task/constants.d.ts +1 -1
  47. package/dist/tools/index.d.ts +1 -1
  48. package/package.json +12 -12
  49. package/dist/agents/atlas/index.d.ts +0 -2
  50. package/dist/hooks/atlas/hook-name.d.ts +0 -1
  51. package/dist/hooks/atlas/idle-event.d.ts +0 -8
  52. package/dist/hooks/atlas/index.d.ts +0 -3
  53. package/dist/tools/call-omo-agent/background-agent-executor.d.ts +0 -5
  54. package/dist/tools/call-omo-agent/constants.d.ts +0 -2
  55. /package/dist/hooks/{atlas → orchestrator}/boulder-continuation-injector.d.ts +0 -0
  56. /package/dist/hooks/{atlas → orchestrator}/coder-path.d.ts +0 -0
  57. /package/dist/hooks/{atlas → orchestrator}/is-abort-error.d.ts +0 -0
  58. /package/dist/hooks/{atlas → orchestrator}/recent-model-resolver.d.ts +0 -0
  59. /package/dist/hooks/{atlas → orchestrator}/session-last-agent.d.ts +0 -0
  60. /package/dist/hooks/{atlas → orchestrator}/subagent-session-id.d.ts +0 -0
  61. /package/dist/hooks/{atlas → orchestrator}/system-reminder-templates.d.ts +0 -0
  62. /package/dist/hooks/{atlas → orchestrator}/tool-execute-after.d.ts +0 -0
  63. /package/dist/hooks/{atlas → orchestrator}/tool-execute-before.d.ts +0 -0
  64. /package/dist/hooks/{atlas → orchestrator}/verification-reminders.d.ts +0 -0
  65. /package/dist/hooks/{atlas → orchestrator}/write-edit-tool-policy.d.ts +0 -0
  66. /package/dist/tools/{call-omo-agent → call-drizzy-agent}/completion-poller.d.ts +0 -0
  67. /package/dist/tools/{call-omo-agent → call-drizzy-agent}/message-dir.d.ts +0 -0
  68. /package/dist/tools/{call-omo-agent → call-drizzy-agent}/message-processor.d.ts +0 -0
  69. /package/dist/tools/{call-omo-agent → call-drizzy-agent}/message-storage-directory.d.ts +0 -0
  70. /package/dist/tools/{call-omo-agent → call-drizzy-agent}/tool-context-with-metadata.d.ts +0 -0
@@ -4,7 +4,7 @@ export type ModelInfo = {
4
4
  providerID: string;
5
5
  modelID: string;
6
6
  };
7
- export interface AtlasHookOptions {
7
+ export interface OrchestratorHookOptions {
8
8
  directory: string;
9
9
  backgroundManager?: BackgroundManager;
10
10
  isContinuationStopped?: (sessionID: string) => boolean;
@@ -10,7 +10,7 @@ type OpencodeClient = PluginInput["client"];
10
10
  * This fixes issue #927 where after interruption:
11
11
  * - In-memory map is cleared (process restart)
12
12
  * - Message files return "planner" (oldest message from /plan)
13
- * - But boulder.json has agent: "atlas" (set by /start-work)
13
+ * - But boulder.json has agent: "orchestrator" (set by /start-work)
14
14
  */
15
15
  export declare function getAgentFromSession(sessionID: string, directory: string, client?: OpencodeClient): Promise<string | undefined>;
16
16
  export {};