Skip to content

feat: add intelligent tool routing and verification workflows - #187

Merged
Patel230 merged 14 commits into
mainfrom
feat/intelligent-cli-tools
Aug 9, 2026
Merged

feat: add intelligent tool routing and verification workflows#187
Patel230 merged 14 commits into
mainfrom
feat/intelligent-cli-tools

Conversation

@Patel230

@Patel230 Patel230 commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds intelligent CLI tooling: dependency auditing, GitHub integration, intent detection, project verification, and tool health checks. Also includes terminal icon rendering fixes.

What's included

  • Dependency audit (internal/tool/dependency_audit.go) — audit module dependencies for drift, duplicates, and security risk
  • GitHub tools (internal/tool/github.go) — PR/issue helpers backed by the gh CLI
  • Intent detection (internal/tool/intents.go) — route user requests to the right tool automatically
  • Project verification (internal/tool/project_verify.go) — run verification workflows with self-fix support
  • Tool health (internal/tool/tool_health.go) — probe tool availability and report status
  • Approval gate + permission session methods + streaming additions in internal/engine
  • CLI surface: cmd/chat_tools.go, cmd/root.go, diagnostics updates, new docs (docs/intelligent-cli.md)
  • Icon rendering fixes (inherited from fix/icon-sizing)

Tests

  • New unit tests for every new tool package
  • Updated prompt/loader/icon tests

36 files changed, +1361/-79.

@Patel230
Patel230 merged commit 06460cf into main Aug 9, 2026
26 checks passed
@Patel230
Patel230 deleted the feat/intelligent-cli-tools branch August 9, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant