@codemieai/code 0.0.45 → 0.0.46
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.
- package/dist/agents/core/BaseAgentAdapter.d.ts.map +1 -1
- package/dist/agents/core/BaseAgentAdapter.js +20 -3
- package/dist/agents/core/BaseAgentAdapter.js.map +1 -1
- package/dist/agents/core/metrics/types.d.ts +0 -6
- package/dist/agents/core/metrics/types.d.ts.map +1 -1
- package/dist/agents/core/session/BaseSessionAdapter.d.ts +0 -6
- package/dist/agents/core/session/BaseSessionAdapter.d.ts.map +1 -1
- package/dist/agents/plugins/claude/claude.plugin-installer.d.ts +0 -11
- package/dist/agents/plugins/claude/claude.plugin-installer.d.ts.map +1 -1
- package/dist/agents/plugins/claude/claude.plugin-installer.js +0 -32
- package/dist/agents/plugins/claude/claude.plugin-installer.js.map +1 -1
- package/dist/agents/plugins/claude/claude.plugin.js +1 -1
- package/dist/agents/plugins/claude/claude.session.d.ts.map +1 -1
- package/dist/agents/plugins/claude/claude.session.js +1 -28
- package/dist/agents/plugins/claude/claude.session.js.map +1 -1
- package/dist/agents/plugins/claude/plugin/.claude-plugin/plugin.json +1 -1
- package/dist/agents/plugins/claude/plugin/README.md +1 -14
- package/dist/agents/plugins/claude/plugin/hooks/hooks.json +4 -4
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/SKILL.md +206 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/bad-agent.md +45 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/bad-claude-md-snippet.md +40 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/bad-command.md +30 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/bad-hooks.json +23 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/bad-skill.md +48 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/good-agent.md +145 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/good-claude-md-snippet.md +126 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/good-command.md +170 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/good-hooks.json +46 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/good-skill.md +144 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/examples/sample-report.md +223 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/references/best-practices.md +510 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/references/component-checklists.md +413 -0
- package/dist/agents/plugins/claude/plugin/skills/claude-setup-audit/scripts/scan-repo.sh +162 -0
- package/dist/agents/plugins/claude/session/processors/claude.conversations-processor.d.ts.map +1 -1
- package/dist/agents/plugins/claude/session/processors/claude.conversations-processor.js +3 -78
- package/dist/agents/plugins/claude/session/processors/claude.conversations-processor.js.map +1 -1
- package/dist/agents/plugins/claude/session/processors/claude.metrics-processor.d.ts.map +1 -1
- package/dist/agents/plugins/claude/session/processors/claude.metrics-processor.js +7 -16
- package/dist/agents/plugins/claude/session/processors/claude.metrics-processor.js.map +1 -1
- package/dist/agents/plugins/claude/sounds-installer.d.ts +1 -1
- package/dist/agents/plugins/claude/sounds-installer.d.ts.map +1 -1
- package/dist/agents/plugins/claude/sounds-installer.js +1 -4
- package/dist/agents/plugins/claude/sounds-installer.js.map +1 -1
- package/dist/agents/plugins/codemie-code.plugin.d.ts +1 -4
- package/dist/agents/plugins/codemie-code.plugin.d.ts.map +1 -1
- package/dist/agents/plugins/codemie-code.plugin.js +26 -81
- package/dist/agents/plugins/codemie-code.plugin.js.map +1 -1
- package/dist/agents/plugins/gemini/gemini.session-adapter.d.ts +1 -8
- package/dist/agents/plugins/gemini/gemini.session-adapter.d.ts.map +1 -1
- package/dist/agents/plugins/gemini/gemini.session-adapter.js +2 -30
- package/dist/agents/plugins/gemini/gemini.session-adapter.js.map +1 -1
- package/dist/agents/plugins/gemini/session/processors/gemini.conversations-processor.d.ts.map +1 -1
- package/dist/agents/plugins/gemini/session/processors/gemini.conversations-processor.js +2 -8
- package/dist/agents/plugins/gemini/session/processors/gemini.conversations-processor.js.map +1 -1
- package/dist/agents/plugins/gemini/session/processors/gemini.metrics-processor.d.ts.map +1 -1
- package/dist/agents/plugins/gemini/session/processors/gemini.metrics-processor.js +0 -7
- package/dist/agents/plugins/gemini/session/processors/gemini.metrics-processor.js.map +1 -1
- package/dist/agents/plugins/opencode/index.d.ts +1 -1
- package/dist/agents/plugins/opencode/index.d.ts.map +1 -1
- package/dist/agents/plugins/opencode/index.js.map +1 -1
- package/dist/agents/plugins/opencode/opencode-message-types.d.ts +2 -22
- package/dist/agents/plugins/opencode/opencode-message-types.d.ts.map +1 -1
- package/dist/agents/plugins/opencode/opencode-message-types.js.map +1 -1
- package/dist/agents/plugins/opencode/opencode.session.d.ts.map +1 -1
- package/dist/agents/plugins/opencode/opencode.session.js +5 -30
- package/dist/agents/plugins/opencode/opencode.session.js.map +1 -1
- package/dist/agents/plugins/opencode/opencode.sqlite-reader.d.ts.map +1 -1
- package/dist/agents/plugins/opencode/opencode.sqlite-reader.js +0 -2
- package/dist/agents/plugins/opencode/opencode.sqlite-reader.js.map +1 -1
- package/dist/agents/plugins/opencode/session/processors/opencode.metrics-processor.d.ts +0 -8
- package/dist/agents/plugins/opencode/session/processors/opencode.metrics-processor.d.ts.map +1 -1
- package/dist/agents/plugins/opencode/session/processors/opencode.metrics-processor.js +8 -97
- package/dist/agents/plugins/opencode/session/processors/opencode.metrics-processor.js.map +1 -1
- package/dist/cli/commands/analytics/aggregator.d.ts +0 -8
- package/dist/cli/commands/analytics/aggregator.d.ts.map +1 -1
- package/dist/cli/commands/analytics/aggregator.js +5 -100
- package/dist/cli/commands/analytics/aggregator.js.map +1 -1
- package/dist/cli/commands/analytics/data-loader.d.ts +0 -7
- package/dist/cli/commands/analytics/data-loader.d.ts.map +1 -1
- package/dist/cli/commands/analytics/data-loader.js +3 -10
- package/dist/cli/commands/analytics/data-loader.js.map +1 -1
- package/dist/cli/commands/analytics/exporter.d.ts.map +1 -1
- package/dist/cli/commands/analytics/exporter.js +0 -12
- package/dist/cli/commands/analytics/exporter.js.map +1 -1
- package/dist/cli/commands/analytics/formatter.d.ts.map +1 -1
- package/dist/cli/commands/analytics/formatter.js +0 -9
- package/dist/cli/commands/analytics/formatter.js.map +1 -1
- package/dist/cli/commands/analytics/types.d.ts +0 -17
- package/dist/cli/commands/analytics/types.d.ts.map +1 -1
- package/dist/cli/commands/assistants/chat/historyLoader.d.ts +22 -0
- package/dist/cli/commands/assistants/chat/historyLoader.d.ts.map +1 -0
- package/dist/cli/commands/assistants/chat/historyLoader.js +80 -0
- package/dist/cli/commands/assistants/chat/historyLoader.js.map +1 -0
- package/dist/cli/commands/assistants/{chat.d.ts → chat/index.d.ts} +1 -1
- package/dist/cli/commands/assistants/chat/index.d.ts.map +1 -0
- package/dist/cli/commands/assistants/{chat.js → chat/index.js} +54 -45
- package/dist/cli/commands/assistants/chat/index.js.map +1 -0
- package/dist/cli/commands/assistants/chat/types.d.ts +27 -0
- package/dist/cli/commands/assistants/chat/types.d.ts.map +1 -0
- package/dist/cli/commands/assistants/chat/types.js +5 -0
- package/dist/cli/commands/assistants/chat/types.js.map +1 -0
- package/dist/cli/commands/assistants/chat/utils.d.ts +12 -0
- package/dist/cli/commands/assistants/chat/utils.d.ts.map +1 -0
- package/dist/cli/commands/assistants/chat/utils.js +24 -0
- package/dist/cli/commands/assistants/chat/utils.js.map +1 -0
- package/dist/cli/commands/assistants/constants.d.ts +1 -0
- package/dist/cli/commands/assistants/constants.d.ts.map +1 -1
- package/dist/cli/commands/assistants/constants.js.map +1 -1
- package/dist/cli/commands/assistants/index.js +2 -2
- package/dist/cli/commands/assistants/index.js.map +1 -1
- package/dist/cli/commands/assistants/setup/generators/claude-agent-generator.js +1 -1
- package/dist/cli/commands/assistants/setup/generators/claude-skill-generator.js +1 -1
- package/dist/cli/commands/assistants/setup/index.js +4 -4
- package/dist/cli/commands/assistants/setup/index.js.map +1 -1
- package/dist/cli/commands/assistants/setup/selection/index.d.ts +1 -1
- package/dist/cli/commands/assistants/setup/selection/index.d.ts.map +1 -1
- package/dist/cli/commands/assistants/setup/selection/index.js +5 -3
- package/dist/cli/commands/assistants/setup/selection/index.js.map +1 -1
- package/dist/cli/commands/assistants/setup/selection/interactive-prompt.d.ts.map +1 -1
- package/dist/cli/commands/assistants/setup/selection/interactive-prompt.js +7 -1
- package/dist/cli/commands/assistants/setup/selection/interactive-prompt.js.map +1 -1
- package/dist/cli/commands/assistants/setup/selection/types.d.ts +2 -0
- package/dist/cli/commands/assistants/setup/selection/types.d.ts.map +1 -1
- package/dist/cli/commands/assistants/setup/selection/ui.d.ts.map +1 -1
- package/dist/cli/commands/assistants/setup/selection/ui.js +15 -4
- package/dist/cli/commands/assistants/setup/selection/ui.js.map +1 -1
- package/dist/cli/commands/hook.js +1 -1
- package/dist/cli/commands/hook.js.map +1 -1
- package/dist/cli/commands/plugin.d.ts +16 -0
- package/dist/cli/commands/plugin.d.ts.map +1 -0
- package/dist/cli/commands/plugin.js +210 -0
- package/dist/cli/commands/plugin.js.map +1 -0
- package/dist/cli/commands/setup.js +1 -1
- package/dist/cli/commands/skill.d.ts.map +1 -1
- package/dist/cli/commands/skill.js +3 -1
- package/dist/cli/commands/skill.js.map +1 -1
- package/dist/cli/commands/sound.d.ts +3 -0
- package/dist/cli/commands/sound.d.ts.map +1 -0
- package/dist/cli/commands/sound.js +87 -0
- package/dist/cli/commands/sound.js.map +1 -0
- package/dist/cli/commands/test-metrics.js +3 -5
- package/dist/cli/commands/test-metrics.js.map +1 -1
- package/dist/cli/index.js +4 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/env/types.d.ts +8 -0
- package/dist/env/types.d.ts.map +1 -1
- package/dist/env/types.js.map +1 -1
- package/dist/plugins/core/index.d.ts +13 -0
- package/dist/plugins/core/index.d.ts.map +1 -0
- package/dist/plugins/core/index.js +15 -0
- package/dist/plugins/core/index.js.map +1 -0
- package/dist/plugins/core/manifest-parser.d.ts +28 -0
- package/dist/plugins/core/manifest-parser.d.ts.map +1 -0
- package/dist/plugins/core/manifest-parser.js +137 -0
- package/dist/plugins/core/manifest-parser.js.map +1 -0
- package/dist/plugins/core/plugin-cache.d.ts +65 -0
- package/dist/plugins/core/plugin-cache.d.ts.map +1 -0
- package/dist/plugins/core/plugin-cache.js +170 -0
- package/dist/plugins/core/plugin-cache.js.map +1 -0
- package/dist/plugins/core/plugin-loader.d.ts +21 -0
- package/dist/plugins/core/plugin-loader.d.ts.map +1 -0
- package/dist/plugins/core/plugin-loader.js +55 -0
- package/dist/plugins/core/plugin-loader.js.map +1 -0
- package/dist/plugins/core/plugin-resolver.d.ts +33 -0
- package/dist/plugins/core/plugin-resolver.d.ts.map +1 -0
- package/dist/plugins/core/plugin-resolver.js +118 -0
- package/dist/plugins/core/plugin-resolver.js.map +1 -0
- package/dist/plugins/core/types.d.ts +183 -0
- package/dist/plugins/core/types.d.ts.map +1 -0
- package/dist/plugins/core/types.js +22 -0
- package/dist/plugins/core/types.js.map +1 -0
- package/dist/plugins/loaders/agents-loader.d.ts +19 -0
- package/dist/plugins/loaders/agents-loader.d.ts.map +1 -0
- package/dist/plugins/loaders/agents-loader.js +92 -0
- package/dist/plugins/loaders/agents-loader.js.map +1 -0
- package/dist/plugins/loaders/hooks-loader.d.ts +27 -0
- package/dist/plugins/loaders/hooks-loader.d.ts.map +1 -0
- package/dist/plugins/loaders/hooks-loader.js +94 -0
- package/dist/plugins/loaders/hooks-loader.js.map +1 -0
- package/dist/plugins/loaders/mcp-loader.d.ts +24 -0
- package/dist/plugins/loaders/mcp-loader.d.ts.map +1 -0
- package/dist/plugins/loaders/mcp-loader.js +86 -0
- package/dist/plugins/loaders/mcp-loader.js.map +1 -0
- package/dist/plugins/loaders/skills-loader.d.ts +30 -0
- package/dist/plugins/loaders/skills-loader.d.ts.map +1 -0
- package/dist/plugins/loaders/skills-loader.js +167 -0
- package/dist/plugins/loaders/skills-loader.js.map +1 -0
- package/dist/providers/plugins/bedrock/bedrock.template.js +1 -1
- package/dist/providers/plugins/jwt/jwt.setup-steps.js +1 -1
- package/dist/providers/plugins/jwt/jwt.template.js +1 -1
- package/dist/providers/plugins/litellm/litellm.template.js +1 -1
- package/dist/providers/plugins/sso/proxy/plugins/header-injection.plugin.js +10 -0
- package/dist/providers/plugins/sso/proxy/plugins/header-injection.plugin.js.map +1 -1
- package/dist/providers/plugins/sso/proxy/proxy-types.d.ts +3 -0
- package/dist/providers/plugins/sso/proxy/proxy-types.d.ts.map +1 -1
- package/dist/providers/plugins/sso/session/SessionSyncer.d.ts.map +1 -1
- package/dist/providers/plugins/sso/session/SessionSyncer.js +2 -3
- package/dist/providers/plugins/sso/session/SessionSyncer.js.map +1 -1
- package/dist/providers/plugins/sso/session/processors/conversations/apiClient.d.ts +21 -0
- package/dist/providers/plugins/sso/session/processors/conversations/apiClient.d.ts.map +1 -0
- package/dist/providers/plugins/sso/session/processors/conversations/apiClient.js +159 -0
- package/dist/providers/plugins/sso/session/processors/conversations/apiClient.js.map +1 -0
- package/dist/providers/plugins/sso/session/processors/conversations/constants.d.ts +24 -0
- package/dist/providers/plugins/sso/session/processors/conversations/constants.d.ts.map +1 -0
- package/dist/providers/plugins/sso/session/processors/conversations/constants.js +36 -0
- package/dist/providers/plugins/sso/session/processors/conversations/constants.js.map +1 -0
- package/dist/providers/plugins/sso/session/processors/conversations/syncProcessor.d.ts +19 -0
- package/dist/providers/plugins/sso/session/processors/conversations/syncProcessor.d.ts.map +1 -0
- package/dist/providers/plugins/sso/session/processors/conversations/{conversation-sync-processor.js → syncProcessor.js} +48 -33
- package/dist/providers/plugins/sso/session/processors/conversations/syncProcessor.js.map +1 -0
- package/dist/providers/plugins/sso/session/processors/conversations/{conversation-types.d.ts → types.d.ts} +14 -2
- package/dist/providers/plugins/sso/session/processors/conversations/types.d.ts.map +1 -0
- package/dist/providers/plugins/sso/session/processors/conversations/types.js +14 -0
- package/dist/providers/plugins/sso/session/processors/conversations/types.js.map +1 -0
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-aggregator.d.ts.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-aggregator.js +16 -17
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-aggregator.js.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.d.ts +3 -3
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.d.ts.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.js +8 -38
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-api-client.js.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-sync-processor.d.ts.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-sync-processor.js +2 -6
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-sync-processor.js.map +1 -1
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-types.d.ts +49 -31
- package/dist/providers/plugins/sso/session/processors/metrics/metrics-types.d.ts.map +1 -1
- package/dist/providers/plugins/sso/sso.template.js +1 -1
- package/dist/{agents/codemie-code/skills → skills}/core/SkillDiscovery.d.ts +10 -0
- package/dist/skills/core/SkillDiscovery.d.ts.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/core/SkillDiscovery.js +64 -7
- package/dist/skills/core/SkillDiscovery.js.map +1 -0
- package/dist/skills/core/SkillManager.d.ts.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/core/SkillManager.js +15 -10
- package/dist/skills/core/SkillManager.js.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/core/types.d.ts +3 -25
- package/dist/skills/core/types.d.ts.map +1 -0
- package/dist/skills/core/types.js.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/index.d.ts +3 -3
- package/dist/skills/index.d.ts.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/index.js +2 -2
- package/dist/skills/index.js.map +1 -0
- package/dist/skills/sync/SkillSync.d.ts.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/sync/SkillSync.js +5 -3
- package/dist/skills/sync/SkillSync.js.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/utils/content-loader.d.ts +2 -12
- package/dist/skills/utils/content-loader.d.ts.map +1 -0
- package/dist/{agents/codemie-code/skills → skills}/utils/content-loader.js +3 -8
- package/dist/skills/utils/content-loader.js.map +1 -0
- package/dist/skills/utils/pattern-matcher.d.ts.map +1 -0
- package/dist/skills/utils/pattern-matcher.js.map +1 -0
- package/dist/utils/frontmatter.d.ts.map +1 -0
- package/dist/utils/frontmatter.js.map +1 -0
- package/package.json +1 -1
- package/dist/agents/codemie-code/agent.d.ts +0 -129
- package/dist/agents/codemie-code/agent.d.ts.map +0 -1
- package/dist/agents/codemie-code/agent.js +0 -1106
- package/dist/agents/codemie-code/agent.js.map +0 -1
- package/dist/agents/codemie-code/config.d.ts +0 -40
- package/dist/agents/codemie-code/config.d.ts.map +0 -1
- package/dist/agents/codemie-code/config.js +0 -293
- package/dist/agents/codemie-code/config.js.map +0 -1
- package/dist/agents/codemie-code/filters.d.ts +0 -91
- package/dist/agents/codemie-code/filters.d.ts.map +0 -1
- package/dist/agents/codemie-code/filters.js +0 -328
- package/dist/agents/codemie-code/filters.js.map +0 -1
- package/dist/agents/codemie-code/index.d.ts +0 -93
- package/dist/agents/codemie-code/index.d.ts.map +0 -1
- package/dist/agents/codemie-code/index.js +0 -359
- package/dist/agents/codemie-code/index.js.map +0 -1
- package/dist/agents/codemie-code/modes/contextAwarePlanning.d.ts +0 -87
- package/dist/agents/codemie-code/modes/contextAwarePlanning.d.ts.map +0 -1
- package/dist/agents/codemie-code/modes/contextAwarePlanning.js +0 -957
- package/dist/agents/codemie-code/modes/contextAwarePlanning.js.map +0 -1
- package/dist/agents/codemie-code/modes/planMode.d.ts +0 -116
- package/dist/agents/codemie-code/modes/planMode.d.ts.map +0 -1
- package/dist/agents/codemie-code/modes/planMode.js +0 -537
- package/dist/agents/codemie-code/modes/planMode.js.map +0 -1
- package/dist/agents/codemie-code/prompts.d.ts +0 -47
- package/dist/agents/codemie-code/prompts.d.ts.map +0 -1
- package/dist/agents/codemie-code/prompts.js +0 -207
- package/dist/agents/codemie-code/prompts.js.map +0 -1
- package/dist/agents/codemie-code/skills/core/SkillDiscovery.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/core/SkillDiscovery.js.map +0 -1
- package/dist/agents/codemie-code/skills/core/SkillManager.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/core/SkillManager.js.map +0 -1
- package/dist/agents/codemie-code/skills/core/types.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/core/types.js.map +0 -1
- package/dist/agents/codemie-code/skills/index.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/index.js.map +0 -1
- package/dist/agents/codemie-code/skills/sync/SkillSync.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/sync/SkillSync.js.map +0 -1
- package/dist/agents/codemie-code/skills/utils/content-loader.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/utils/content-loader.js.map +0 -1
- package/dist/agents/codemie-code/skills/utils/frontmatter.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/utils/frontmatter.js.map +0 -1
- package/dist/agents/codemie-code/skills/utils/pattern-matcher.d.ts.map +0 -1
- package/dist/agents/codemie-code/skills/utils/pattern-matcher.js.map +0 -1
- package/dist/agents/codemie-code/storage/todoStorage.d.ts +0 -78
- package/dist/agents/codemie-code/storage/todoStorage.d.ts.map +0 -1
- package/dist/agents/codemie-code/storage/todoStorage.js +0 -225
- package/dist/agents/codemie-code/storage/todoStorage.js.map +0 -1
- package/dist/agents/codemie-code/tokenUtils.d.ts +0 -108
- package/dist/agents/codemie-code/tokenUtils.d.ts.map +0 -1
- package/dist/agents/codemie-code/tokenUtils.js +0 -220
- package/dist/agents/codemie-code/tokenUtils.js.map +0 -1
- package/dist/agents/codemie-code/toolMetadata.d.ts +0 -15
- package/dist/agents/codemie-code/toolMetadata.d.ts.map +0 -1
- package/dist/agents/codemie-code/toolMetadata.js +0 -316
- package/dist/agents/codemie-code/toolMetadata.js.map +0 -1
- package/dist/agents/codemie-code/tools/assistant-invocation.d.ts +0 -47
- package/dist/agents/codemie-code/tools/assistant-invocation.d.ts.map +0 -1
- package/dist/agents/codemie-code/tools/assistant-invocation.js +0 -129
- package/dist/agents/codemie-code/tools/assistant-invocation.js.map +0 -1
- package/dist/agents/codemie-code/tools/index.d.ts +0 -111
- package/dist/agents/codemie-code/tools/index.d.ts.map +0 -1
- package/dist/agents/codemie-code/tools/index.js +0 -424
- package/dist/agents/codemie-code/tools/index.js.map +0 -1
- package/dist/agents/codemie-code/tools/planning.d.ts +0 -54
- package/dist/agents/codemie-code/tools/planning.d.ts.map +0 -1
- package/dist/agents/codemie-code/tools/planning.js +0 -226
- package/dist/agents/codemie-code/tools/planning.js.map +0 -1
- package/dist/agents/codemie-code/types.d.ts +0 -459
- package/dist/agents/codemie-code/types.d.ts.map +0 -1
- package/dist/agents/codemie-code/types.js +0 -59
- package/dist/agents/codemie-code/types.js.map +0 -1
- package/dist/agents/codemie-code/ui/autocomplete.d.ts +0 -98
- package/dist/agents/codemie-code/ui/autocomplete.d.ts.map +0 -1
- package/dist/agents/codemie-code/ui/autocomplete.js +0 -145
- package/dist/agents/codemie-code/ui/autocomplete.js.map +0 -1
- package/dist/agents/codemie-code/ui/keyHandlers.d.ts +0 -112
- package/dist/agents/codemie-code/ui/keyHandlers.d.ts.map +0 -1
- package/dist/agents/codemie-code/ui/keyHandlers.js +0 -415
- package/dist/agents/codemie-code/ui/keyHandlers.js.map +0 -1
- package/dist/agents/codemie-code/ui/mentions.d.ts +0 -86
- package/dist/agents/codemie-code/ui/mentions.d.ts.map +0 -1
- package/dist/agents/codemie-code/ui/mentions.js +0 -122
- package/dist/agents/codemie-code/ui/mentions.js.map +0 -1
- package/dist/agents/codemie-code/ui/progressTracker.d.ts +0 -125
- package/dist/agents/codemie-code/ui/progressTracker.d.ts.map +0 -1
- package/dist/agents/codemie-code/ui/progressTracker.js +0 -343
- package/dist/agents/codemie-code/ui/progressTracker.js.map +0 -1
- package/dist/agents/codemie-code/ui/terminalCodes.d.ts +0 -38
- package/dist/agents/codemie-code/ui/terminalCodes.d.ts.map +0 -1
- package/dist/agents/codemie-code/ui/terminalCodes.js +0 -42
- package/dist/agents/codemie-code/ui/terminalCodes.js.map +0 -1
- package/dist/agents/codemie-code/ui/todoPanel.d.ts +0 -112
- package/dist/agents/codemie-code/ui/todoPanel.d.ts.map +0 -1
- package/dist/agents/codemie-code/ui/todoPanel.js +0 -321
- package/dist/agents/codemie-code/ui/todoPanel.js.map +0 -1
- package/dist/agents/codemie-code/ui.d.ts +0 -180
- package/dist/agents/codemie-code/ui.d.ts.map +0 -1
- package/dist/agents/codemie-code/ui.js +0 -1345
- package/dist/agents/codemie-code/ui.js.map +0 -1
- package/dist/agents/codemie-code/utils/progressionEnforcer.d.ts +0 -87
- package/dist/agents/codemie-code/utils/progressionEnforcer.d.ts.map +0 -1
- package/dist/agents/codemie-code/utils/progressionEnforcer.js +0 -293
- package/dist/agents/codemie-code/utils/progressionEnforcer.js.map +0 -1
- package/dist/agents/codemie-code/utils/todoParser.d.ts +0 -41
- package/dist/agents/codemie-code/utils/todoParser.d.ts.map +0 -1
- package/dist/agents/codemie-code/utils/todoParser.js +0 -305
- package/dist/agents/codemie-code/utils/todoParser.js.map +0 -1
- package/dist/agents/codemie-code/utils/todoValidator.d.ts +0 -65
- package/dist/agents/codemie-code/utils/todoValidator.d.ts.map +0 -1
- package/dist/agents/codemie-code/utils/todoValidator.js +0 -249
- package/dist/agents/codemie-code/utils/todoValidator.js.map +0 -1
- package/dist/agents/codemie-code/validators/planValidator.d.ts +0 -94
- package/dist/agents/codemie-code/validators/planValidator.d.ts.map +0 -1
- package/dist/agents/codemie-code/validators/planValidator.js +0 -281
- package/dist/agents/codemie-code/validators/planValidator.js.map +0 -1
- package/dist/agents/plugins/claude/plugin/hooks/hooks.windows.json +0 -98
- package/dist/agents/plugins/claude/plugin/sounds/play-random-sound.ps1 +0 -112
- package/dist/agents/plugins/claude/plugin/sounds/play-random-sound.sh +0 -58
- package/dist/agents/plugins/gemini/session/utils/token-aggregator.d.ts +0 -26
- package/dist/agents/plugins/gemini/session/utils/token-aggregator.d.ts.map +0 -1
- package/dist/agents/plugins/gemini/session/utils/token-aggregator.js +0 -38
- package/dist/agents/plugins/gemini/session/utils/token-aggregator.js.map +0 -1
- package/dist/cli/commands/assistants/chat.d.ts.map +0 -1
- package/dist/cli/commands/assistants/chat.js.map +0 -1
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-api-client.d.ts +0 -26
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-api-client.d.ts.map +0 -1
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-api-client.js +0 -146
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-api-client.js.map +0 -1
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-sync-processor.d.ts +0 -22
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-sync-processor.d.ts.map +0 -1
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-sync-processor.js.map +0 -1
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-types.d.ts.map +0 -1
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-types.js +0 -7
- package/dist/providers/plugins/sso/session/processors/conversations/conversation-types.js.map +0 -1
- /package/dist/{agents/codemie-code/skills → skills}/core/SkillManager.d.ts +0 -0
- /package/dist/{agents/codemie-code/skills → skills}/core/types.js +0 -0
- /package/dist/{agents/codemie-code/skills → skills}/sync/SkillSync.d.ts +0 -0
- /package/dist/{agents/codemie-code/skills → skills}/utils/pattern-matcher.d.ts +0 -0
- /package/dist/{agents/codemie-code/skills → skills}/utils/pattern-matcher.js +0 -0
- /package/dist/{agents/codemie-code/skills/utils → utils}/frontmatter.d.ts +0 -0
- /package/dist/{agents/codemie-code/skills/utils → utils}/frontmatter.js +0 -0
|
@@ -1,424 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* System Tools Registry for CodeMie Native Agent
|
|
3
|
-
*
|
|
4
|
-
* Creates and manages system tools available to the LangGraph ReAct agent
|
|
5
|
-
*/
|
|
6
|
-
import { promises as fs } from 'node:fs';
|
|
7
|
-
import { exec } from 'node:child_process';
|
|
8
|
-
import { promisify } from 'node:util';
|
|
9
|
-
import path from 'node:path';
|
|
10
|
-
import { StructuredTool } from '@langchain/core/tools';
|
|
11
|
-
import { z } from 'zod';
|
|
12
|
-
import { EVENT_TYPES } from '../types.js';
|
|
13
|
-
import { filterDirectoryEntries, createFilterConfig, DEFAULT_FILTER_CONFIG, generateFilterStats } from '../filters.js';
|
|
14
|
-
import { logger } from '../../../utils/logger.js';
|
|
15
|
-
import { isPathWithinDirectory } from '../../../utils/paths.js';
|
|
16
|
-
const execAsync = promisify(exec);
|
|
17
|
-
/**
|
|
18
|
-
* Basic file read tool - reads file contents
|
|
19
|
-
*/
|
|
20
|
-
export class ReadFileTool extends StructuredTool {
|
|
21
|
-
static name = 'read_file';
|
|
22
|
-
name = ReadFileTool.name;
|
|
23
|
-
description = 'Read the contents of a file from the filesystem';
|
|
24
|
-
schema = z.object({
|
|
25
|
-
filePath: z.string().describe('Path to the file to read'),
|
|
26
|
-
});
|
|
27
|
-
workingDirectory;
|
|
28
|
-
constructor(workingDirectory) {
|
|
29
|
-
super();
|
|
30
|
-
this.workingDirectory = workingDirectory;
|
|
31
|
-
}
|
|
32
|
-
async _call({ filePath }) {
|
|
33
|
-
try {
|
|
34
|
-
// Resolve path relative to working directory
|
|
35
|
-
const resolvedPath = path.resolve(this.workingDirectory, filePath);
|
|
36
|
-
// Security check - ensure we're not escaping working directory
|
|
37
|
-
if (!isPathWithinDirectory(this.workingDirectory, resolvedPath)) {
|
|
38
|
-
throw new Error('Access denied: Path is outside working directory');
|
|
39
|
-
}
|
|
40
|
-
// Emit progress: starting file read
|
|
41
|
-
emitToolProgress(this.name, {
|
|
42
|
-
percentage: 10,
|
|
43
|
-
operation: `Reading ${path.basename(filePath)}...`,
|
|
44
|
-
details: `Opening file: ${filePath}`
|
|
45
|
-
});
|
|
46
|
-
// Check file stats for progress estimation
|
|
47
|
-
const stats = await fs.stat(resolvedPath);
|
|
48
|
-
const fileSize = stats.size;
|
|
49
|
-
// Emit progress: file opened
|
|
50
|
-
emitToolProgress(this.name, {
|
|
51
|
-
percentage: 30,
|
|
52
|
-
operation: `Reading ${path.basename(filePath)}...`,
|
|
53
|
-
details: `File size: ${this.formatFileSize(fileSize)}`
|
|
54
|
-
});
|
|
55
|
-
// For large files, simulate progress by reading in chunks
|
|
56
|
-
if (fileSize > 50000) { // 50KB threshold for showing progress
|
|
57
|
-
let content = '';
|
|
58
|
-
const chunkSize = 8192; // 8KB chunks
|
|
59
|
-
const totalChunks = Math.ceil(fileSize / chunkSize);
|
|
60
|
-
const fileHandle = await fs.open(resolvedPath, 'r');
|
|
61
|
-
const buffer = Buffer.alloc(chunkSize);
|
|
62
|
-
try {
|
|
63
|
-
for (let i = 0; i < totalChunks; i++) {
|
|
64
|
-
const { bytesRead } = await fileHandle.read(buffer, 0, chunkSize, i * chunkSize);
|
|
65
|
-
content += buffer.subarray(0, bytesRead).toString('utf-8');
|
|
66
|
-
const progress = Math.min(30 + Math.round((i + 1) / totalChunks * 60), 90);
|
|
67
|
-
emitToolProgress(this.name, {
|
|
68
|
-
percentage: progress,
|
|
69
|
-
operation: `Reading ${path.basename(filePath)}...`,
|
|
70
|
-
details: `${Math.round((i + 1) / totalChunks * 100)}% complete`
|
|
71
|
-
});
|
|
72
|
-
// Small delay for large files to show progress
|
|
73
|
-
if (i % 10 === 0) {
|
|
74
|
-
await new Promise(resolve => setTimeout(resolve, 1));
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
finally {
|
|
79
|
-
await fileHandle.close();
|
|
80
|
-
}
|
|
81
|
-
// Final progress
|
|
82
|
-
emitToolProgress(this.name, {
|
|
83
|
-
percentage: 100,
|
|
84
|
-
operation: `Completed reading ${path.basename(filePath)}`,
|
|
85
|
-
details: `Read ${this.formatFileSize(fileSize)}`
|
|
86
|
-
});
|
|
87
|
-
return `File: ${filePath}\n\n${content}`;
|
|
88
|
-
}
|
|
89
|
-
else {
|
|
90
|
-
// For small files, read normally but still show progress
|
|
91
|
-
const content = await fs.readFile(resolvedPath, 'utf-8');
|
|
92
|
-
emitToolProgress(this.name, {
|
|
93
|
-
percentage: 100,
|
|
94
|
-
operation: `Completed reading ${path.basename(filePath)}`,
|
|
95
|
-
details: `Read ${this.formatFileSize(fileSize)}`
|
|
96
|
-
});
|
|
97
|
-
return `File: ${filePath}\n\n${content}`;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
catch (error) {
|
|
101
|
-
return `Error reading file: ${error instanceof Error ? error.message : String(error)}`;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
formatFileSize(bytes) {
|
|
105
|
-
if (bytes < 1024)
|
|
106
|
-
return `${bytes} B`;
|
|
107
|
-
if (bytes < 1024 * 1024)
|
|
108
|
-
return `${(bytes / 1024).toFixed(1)} KB`;
|
|
109
|
-
return `${(bytes / (1024 * 1024)).toFixed(1)} MB`;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* Basic file write tool - writes content to a file
|
|
114
|
-
*/
|
|
115
|
-
export class WriteFileTool extends StructuredTool {
|
|
116
|
-
static name = 'write_file';
|
|
117
|
-
name = WriteFileTool.name;
|
|
118
|
-
description = 'Write content to a file in the filesystem';
|
|
119
|
-
schema = z.object({
|
|
120
|
-
filePath: z.string().describe('Path to the file to write'),
|
|
121
|
-
content: z.string().describe('Content to write to the file'),
|
|
122
|
-
});
|
|
123
|
-
workingDirectory;
|
|
124
|
-
constructor(workingDirectory) {
|
|
125
|
-
super();
|
|
126
|
-
this.workingDirectory = workingDirectory;
|
|
127
|
-
}
|
|
128
|
-
async _call({ filePath, content }) {
|
|
129
|
-
try {
|
|
130
|
-
// Resolve path relative to working directory
|
|
131
|
-
const resolvedPath = path.resolve(this.workingDirectory, filePath);
|
|
132
|
-
// Security check - ensure we're not escaping working directory
|
|
133
|
-
if (!isPathWithinDirectory(this.workingDirectory, resolvedPath)) {
|
|
134
|
-
throw new Error('Access denied: Path is outside working directory');
|
|
135
|
-
}
|
|
136
|
-
// Ensure directory exists
|
|
137
|
-
const dir = path.dirname(resolvedPath);
|
|
138
|
-
await fs.mkdir(dir, { recursive: true });
|
|
139
|
-
await fs.writeFile(resolvedPath, content, 'utf-8');
|
|
140
|
-
return `Successfully wrote ${content.length} characters to ${filePath}`;
|
|
141
|
-
}
|
|
142
|
-
catch (error) {
|
|
143
|
-
return `Error writing file: ${error instanceof Error ? error.message : String(error)}`;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* Basic command execution tool - runs shell commands
|
|
149
|
-
*/
|
|
150
|
-
export class ExecuteCommandTool extends StructuredTool {
|
|
151
|
-
static name = 'execute_command';
|
|
152
|
-
name = ExecuteCommandTool.name;
|
|
153
|
-
description = 'Execute a shell command in the working directory';
|
|
154
|
-
schema = z.object({
|
|
155
|
-
command: z.string().describe('Shell command to execute'),
|
|
156
|
-
});
|
|
157
|
-
workingDirectory;
|
|
158
|
-
timeout;
|
|
159
|
-
constructor(workingDirectory, timeout = 300) {
|
|
160
|
-
super();
|
|
161
|
-
this.workingDirectory = workingDirectory;
|
|
162
|
-
this.timeout = timeout * 1000; // Convert seconds to milliseconds
|
|
163
|
-
}
|
|
164
|
-
async _call({ command }) {
|
|
165
|
-
try {
|
|
166
|
-
// Basic security checks
|
|
167
|
-
const dangerousCommands = ['rm -rf', 'sudo', 'chmod +x', 'curl', 'wget'];
|
|
168
|
-
if (dangerousCommands.some(cmd => command.toLowerCase().includes(cmd))) {
|
|
169
|
-
return `Error: Command rejected for security reasons: ${command}`;
|
|
170
|
-
}
|
|
171
|
-
// Emit progress: command starting
|
|
172
|
-
emitToolProgress(this.name, {
|
|
173
|
-
percentage: 10,
|
|
174
|
-
operation: `Executing command...`,
|
|
175
|
-
details: command.length > 50 ? `${command.substring(0, 47)}...` : command
|
|
176
|
-
});
|
|
177
|
-
// Start timer for progress estimation
|
|
178
|
-
const startTime = Date.now();
|
|
179
|
-
let progressInterval;
|
|
180
|
-
// For long-running commands, simulate progress
|
|
181
|
-
const estimatedTime = this.estimateCommandTime(command);
|
|
182
|
-
if (estimatedTime > 2000) { // Only show progress for commands estimated > 2s
|
|
183
|
-
progressInterval = setInterval(() => {
|
|
184
|
-
const elapsed = Date.now() - startTime;
|
|
185
|
-
const progress = Math.min(10 + Math.round((elapsed / estimatedTime) * 80), 90);
|
|
186
|
-
emitToolProgress(this.name, {
|
|
187
|
-
percentage: progress,
|
|
188
|
-
operation: `Executing command...`,
|
|
189
|
-
details: `Running for ${Math.round(elapsed / 1000)}s`,
|
|
190
|
-
estimatedTimeRemaining: Math.max(0, estimatedTime - elapsed)
|
|
191
|
-
});
|
|
192
|
-
}, 1000);
|
|
193
|
-
}
|
|
194
|
-
try {
|
|
195
|
-
const { stdout, stderr } = await execAsync(command, {
|
|
196
|
-
cwd: this.workingDirectory,
|
|
197
|
-
timeout: this.timeout, // Use configured timeout (default: 5 minutes)
|
|
198
|
-
maxBuffer: 1024 * 1024 // 1MB output limit
|
|
199
|
-
});
|
|
200
|
-
// Clear interval and emit completion
|
|
201
|
-
if (progressInterval) {
|
|
202
|
-
clearInterval(progressInterval);
|
|
203
|
-
}
|
|
204
|
-
const executionTime = Date.now() - startTime;
|
|
205
|
-
emitToolProgress(this.name, {
|
|
206
|
-
percentage: 100,
|
|
207
|
-
operation: `Command completed`,
|
|
208
|
-
details: `Finished in ${executionTime}ms`
|
|
209
|
-
});
|
|
210
|
-
let result = '';
|
|
211
|
-
if (stdout)
|
|
212
|
-
result += `STDOUT:\n${stdout}\n`;
|
|
213
|
-
if (stderr)
|
|
214
|
-
result += `STDERR:\n${stderr}\n`;
|
|
215
|
-
return result || 'Command executed successfully (no output)';
|
|
216
|
-
}
|
|
217
|
-
catch (error) {
|
|
218
|
-
if (progressInterval) {
|
|
219
|
-
clearInterval(progressInterval);
|
|
220
|
-
}
|
|
221
|
-
throw error;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
catch (error) {
|
|
225
|
-
return `Error executing command: ${error instanceof Error ? error.message : String(error)}`;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
estimateCommandTime(command) {
|
|
229
|
-
// Simple heuristics for command execution time estimation
|
|
230
|
-
const lowerCommand = command.toLowerCase();
|
|
231
|
-
if (lowerCommand.includes('npm install') || lowerCommand.includes('yarn install')) {
|
|
232
|
-
return 15000; // 15s for package installs
|
|
233
|
-
}
|
|
234
|
-
if (lowerCommand.includes('npm run build') || lowerCommand.includes('yarn build')) {
|
|
235
|
-
return 10000; // 10s for builds
|
|
236
|
-
}
|
|
237
|
-
if (lowerCommand.includes('git clone') || lowerCommand.includes('git pull')) {
|
|
238
|
-
return 8000; // 8s for git operations
|
|
239
|
-
}
|
|
240
|
-
if (lowerCommand.includes('find') || lowerCommand.includes('grep -r')) {
|
|
241
|
-
return 5000; // 5s for search operations
|
|
242
|
-
}
|
|
243
|
-
if (lowerCommand.includes('tar') || lowerCommand.includes('zip') || lowerCommand.includes('unzip')) {
|
|
244
|
-
return 6000; // 6s for compression operations
|
|
245
|
-
}
|
|
246
|
-
return 2000; // Default 2s
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
/**
|
|
250
|
-
* Directory listing tool - lists files and directories with intelligent filtering
|
|
251
|
-
*/
|
|
252
|
-
export class ListDirectoryTool extends StructuredTool {
|
|
253
|
-
static name = 'list_directory';
|
|
254
|
-
name = ListDirectoryTool.name;
|
|
255
|
-
description = 'List files and directories in a given path, automatically filtering out common ignore patterns (node_modules, .git, build artifacts, etc.)';
|
|
256
|
-
schema = z.object({
|
|
257
|
-
directoryPath: z.string().optional().describe('Directory path to list (defaults to working directory)'),
|
|
258
|
-
showAll: z.boolean().optional().describe('Show all files including normally filtered ones (default: false)'),
|
|
259
|
-
includeHidden: z.boolean().optional().describe('Include hidden files and directories (default: false)'),
|
|
260
|
-
});
|
|
261
|
-
workingDirectory;
|
|
262
|
-
filterConfig;
|
|
263
|
-
constructor(workingDirectory, filterConfig) {
|
|
264
|
-
super();
|
|
265
|
-
this.workingDirectory = workingDirectory;
|
|
266
|
-
this.filterConfig = filterConfig || DEFAULT_FILTER_CONFIG;
|
|
267
|
-
}
|
|
268
|
-
async _call({ directoryPath, showAll = false, includeHidden = false }) {
|
|
269
|
-
try {
|
|
270
|
-
const targetPath = directoryPath
|
|
271
|
-
? path.resolve(this.workingDirectory, directoryPath)
|
|
272
|
-
: this.workingDirectory;
|
|
273
|
-
// Security check
|
|
274
|
-
if (!isPathWithinDirectory(this.workingDirectory, targetPath)) {
|
|
275
|
-
throw new Error('Access denied: Path is outside working directory');
|
|
276
|
-
}
|
|
277
|
-
const entries = await fs.readdir(targetPath, { withFileTypes: true });
|
|
278
|
-
// Convert to our format for filtering
|
|
279
|
-
let directoryEntries = entries.map(entry => ({
|
|
280
|
-
name: entry.name,
|
|
281
|
-
isDirectory: entry.isDirectory()
|
|
282
|
-
}));
|
|
283
|
-
// Filter hidden files if not requested
|
|
284
|
-
if (!includeHidden) {
|
|
285
|
-
directoryEntries = directoryEntries.filter(entry => !entry.name.startsWith('.'));
|
|
286
|
-
}
|
|
287
|
-
// Store original count for statistics
|
|
288
|
-
const originalEntries = [...directoryEntries];
|
|
289
|
-
// Apply filtering if not showAll
|
|
290
|
-
let filteredEntries = directoryEntries;
|
|
291
|
-
let filterStats;
|
|
292
|
-
if (!showAll) {
|
|
293
|
-
const filterConfig = createFilterConfig({
|
|
294
|
-
...this.filterConfig,
|
|
295
|
-
enabled: true
|
|
296
|
-
});
|
|
297
|
-
filteredEntries = filterDirectoryEntries(directoryEntries, filterConfig, directoryPath || '');
|
|
298
|
-
filterStats = generateFilterStats(originalEntries, filteredEntries, filterConfig);
|
|
299
|
-
}
|
|
300
|
-
// Separate into files and directories
|
|
301
|
-
const files = [];
|
|
302
|
-
const directories = [];
|
|
303
|
-
for (const entry of filteredEntries) {
|
|
304
|
-
if (entry.isDirectory) {
|
|
305
|
-
directories.push(`${entry.name}/`);
|
|
306
|
-
}
|
|
307
|
-
else {
|
|
308
|
-
files.push(entry.name);
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
// Build result string
|
|
312
|
-
let result = `Directory: ${directoryPath || '.'}\n\n`;
|
|
313
|
-
if (directories.length > 0) {
|
|
314
|
-
result += 'Directories:\n';
|
|
315
|
-
result += directories.map(dir => ` ${dir}`).join('\n') + '\n\n';
|
|
316
|
-
}
|
|
317
|
-
if (files.length > 0) {
|
|
318
|
-
result += 'Files:\n';
|
|
319
|
-
result += files.map(file => ` ${file}`).join('\n');
|
|
320
|
-
}
|
|
321
|
-
if (directories.length === 0 && files.length === 0) {
|
|
322
|
-
result += 'Directory is empty';
|
|
323
|
-
}
|
|
324
|
-
// Add filtering summary if filtering was applied
|
|
325
|
-
if (!showAll && filterStats && filterStats.ignoredEntries > 0) {
|
|
326
|
-
result += `\n\n--- Filtered out ${filterStats.ignoredEntries} items ---`;
|
|
327
|
-
result += `\nShowing ${filterStats.filteredEntries} of ${filterStats.totalEntries} total items`;
|
|
328
|
-
result += `\nUse showAll: true to see all items`;
|
|
329
|
-
}
|
|
330
|
-
return result;
|
|
331
|
-
}
|
|
332
|
-
catch (error) {
|
|
333
|
-
return `Error listing directory: ${error instanceof Error ? error.message : String(error)}`;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
/**
|
|
338
|
-
* Global tool event emitter - set during chatStream
|
|
339
|
-
*/
|
|
340
|
-
let globalToolEventCallback = null;
|
|
341
|
-
/**
|
|
342
|
-
* Set the global tool event callback for the current execution
|
|
343
|
-
*/
|
|
344
|
-
export function setGlobalToolEventCallback(callback) {
|
|
345
|
-
globalToolEventCallback = callback;
|
|
346
|
-
}
|
|
347
|
-
/**
|
|
348
|
-
* Emit a tool progress event using the global callback
|
|
349
|
-
*/
|
|
350
|
-
export function emitToolProgress(toolName, progress) {
|
|
351
|
-
if (globalToolEventCallback) {
|
|
352
|
-
globalToolEventCallback({
|
|
353
|
-
type: EVENT_TYPES.TOOL_CALL_PROGRESS,
|
|
354
|
-
toolName,
|
|
355
|
-
progress
|
|
356
|
-
});
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
/** Helper to conditionally log debug messages based on config */
|
|
360
|
-
function debug(config, ...args) {
|
|
361
|
-
if (config.debug) {
|
|
362
|
-
logger.debug(...args);
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
/**
|
|
366
|
-
* Create system tools available to the CodeMie agent
|
|
367
|
-
*/
|
|
368
|
-
export async function createSystemTools(config, getConversationHistory) {
|
|
369
|
-
try {
|
|
370
|
-
const tools = [
|
|
371
|
-
new ReadFileTool(config.workingDirectory),
|
|
372
|
-
new WriteFileTool(config.workingDirectory),
|
|
373
|
-
new ListDirectoryTool(config.workingDirectory, config.directoryFilters),
|
|
374
|
-
new ExecuteCommandTool(config.workingDirectory, config.timeout)
|
|
375
|
-
];
|
|
376
|
-
// Assistant invocation tool (if conversation history getter provided)
|
|
377
|
-
if (getConversationHistory) {
|
|
378
|
-
try {
|
|
379
|
-
const { InvokeAssistantTool } = await import('./assistant-invocation.js');
|
|
380
|
-
tools.push(new InvokeAssistantTool(getConversationHistory));
|
|
381
|
-
debug(config, 'Added assistant invocation tool');
|
|
382
|
-
}
|
|
383
|
-
catch (error) {
|
|
384
|
-
debug(config, 'Assistant invocation tool not available:', error);
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
// Planning and todo tools
|
|
388
|
-
try {
|
|
389
|
-
const { planningTools, initializeTodoStorage } = await import('./planning.js');
|
|
390
|
-
// Initialize todo storage for this working directory
|
|
391
|
-
initializeTodoStorage(config.workingDirectory, config.debug);
|
|
392
|
-
tools.push(...planningTools);
|
|
393
|
-
debug(config, `Added ${planningTools.length} planning tools`);
|
|
394
|
-
debug(config, `Initialized todo storage for: ${config.workingDirectory}`);
|
|
395
|
-
}
|
|
396
|
-
catch (error) {
|
|
397
|
-
debug(config, 'Planning tools not available:', error);
|
|
398
|
-
}
|
|
399
|
-
debug(config, `Created ${tools.length} total system tools`);
|
|
400
|
-
return tools;
|
|
401
|
-
}
|
|
402
|
-
catch (error) {
|
|
403
|
-
debug(config, 'Error creating system tools:', error);
|
|
404
|
-
// Return empty array on error to allow agent to function
|
|
405
|
-
return [];
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
/**
|
|
409
|
-
* Get available tool names and descriptions
|
|
410
|
-
*/
|
|
411
|
-
export async function getToolSummary() {
|
|
412
|
-
const { InvokeAssistantTool } = await import('./assistant-invocation.js');
|
|
413
|
-
const { WriteSimpleTodosTool, ShowSimpleTodosTool } = await import('./planning.js');
|
|
414
|
-
return [
|
|
415
|
-
{ name: ReadFileTool.name, description: 'Read the contents of a file from the filesystem' },
|
|
416
|
-
{ name: WriteFileTool.name, description: 'Write content to a file in the filesystem' },
|
|
417
|
-
{ name: ListDirectoryTool.name, description: 'List files and directories in a given path, automatically filtering out common ignore patterns (node_modules, .git, build artifacts, etc.)' },
|
|
418
|
-
{ name: ExecuteCommandTool.name, description: 'Execute a shell command in the working directory' },
|
|
419
|
-
{ name: InvokeAssistantTool.name, description: 'Invoke a registered CodeMie assistant for specialized help on specific topics' },
|
|
420
|
-
{ name: WriteSimpleTodosTool.name, description: 'Create or update a structured todo list for planning and progress tracking' },
|
|
421
|
-
{ name: ShowSimpleTodosTool.name, description: 'Display the current todo list with progress information' }
|
|
422
|
-
];
|
|
423
|
-
}
|
|
424
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/agents/codemie-code/tools/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Planning Tools for CodeMie Agent
|
|
3
|
-
*
|
|
4
|
-
* Implementation of to_do management tools with persistent file storage
|
|
5
|
-
*/
|
|
6
|
-
import { StructuredTool } from '@langchain/core/tools';
|
|
7
|
-
import { z } from 'zod';
|
|
8
|
-
import type { Todo, TodoUpdateEvent } from '../types.js';
|
|
9
|
-
/**
|
|
10
|
-
* Initialize to_do storage for the current working directory
|
|
11
|
-
*/
|
|
12
|
-
export declare function initializeTodoStorage(workingDirectory: string, debug?: boolean): void;
|
|
13
|
-
/**
|
|
14
|
-
* Simple Write Todos Tool
|
|
15
|
-
*/
|
|
16
|
-
export declare class WriteSimpleTodosTool extends StructuredTool {
|
|
17
|
-
static readonly name = "write_todos";
|
|
18
|
-
name: string;
|
|
19
|
-
description: string;
|
|
20
|
-
schema: z.ZodObject<{
|
|
21
|
-
todos: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
22
|
-
content: z.ZodString;
|
|
23
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
24
|
-
pending: "pending";
|
|
25
|
-
completed: "completed";
|
|
26
|
-
in_progress: "in_progress";
|
|
27
|
-
}>>;
|
|
28
|
-
}, z.core.$strip>>]>;
|
|
29
|
-
}, z.core.$strip>;
|
|
30
|
-
_call(input: {
|
|
31
|
-
todos: any;
|
|
32
|
-
}): Promise<string>;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Show Todos Tool with Storage Information
|
|
36
|
-
*/
|
|
37
|
-
export declare class ShowSimpleTodosTool extends StructuredTool {
|
|
38
|
-
static readonly name = "show_todos";
|
|
39
|
-
name: string;
|
|
40
|
-
description: string;
|
|
41
|
-
schema: z.ZodObject<{}, z.core.$strip>;
|
|
42
|
-
_call(): Promise<string>;
|
|
43
|
-
}
|
|
44
|
-
export declare const planningTools: (WriteSimpleTodosTool | ShowSimpleTodosTool)[];
|
|
45
|
-
export declare const writeTodos: WriteSimpleTodosTool;
|
|
46
|
-
export declare const showTodos: ShowSimpleTodosTool;
|
|
47
|
-
export declare class TodoStateManager {
|
|
48
|
-
static addEventCallback(callback: (event: TodoUpdateEvent) => void): void;
|
|
49
|
-
static removeEventCallback(callback: (event: TodoUpdateEvent) => void): void;
|
|
50
|
-
static getCurrentTodos(): Todo[];
|
|
51
|
-
static clearTodos(): Promise<void>;
|
|
52
|
-
static getStorageInfo(): any;
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=planning.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"planning.d.ts","sourceRoot":"","sources":["../../../../src/agents/codemie-code/tools/planning.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAQzD;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,gBAAgB,EAAE,MAAM,EAAE,KAAK,UAAQ,GAAG,IAAI,CAmCnF;AAED;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,cAAc;IACtD,MAAM,CAAC,QAAQ,CAAC,IAAI,iBAAiB;IACrC,IAAI,SAA6B;IACjC,WAAW,SAAgF;IAE3F,MAAM;;;;;;;;;sBASH;IAEG,KAAK,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,GAAG,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;CAwEpD;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,cAAc;IACrD,MAAM,CAAC,QAAQ,CAAC,IAAI,gBAAgB;IACpC,IAAI,SAA4B;IAChC,WAAW,SAAiF;IAE5F,MAAM,iCAAgB;IAEhB,KAAK,IAAI,OAAO,CAAC,MAAM,CAAC;CA0C/B;AAGD,eAAO,MAAM,aAAa,gDAGzB,CAAC;AAGF,eAAO,MAAM,UAAU,sBAA6B,CAAC;AACrD,eAAO,MAAM,SAAS,qBAA4B,CAAC;AAGnD,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,GAAG,IAAI;IAIzE,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,GAAG,IAAI;IAO5E,MAAM,CAAC,eAAe,IAAI,IAAI,EAAE;WAInB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IA6BxC,MAAM,CAAC,cAAc,IAAI,GAAG;CAG7B"}
|