oh-my-agent 6.1.0 → 6.2.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 (3) hide show
  1. package/README.md +0 -2
  2. package/bin/cli.js +434 -424
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -116,8 +116,6 @@ Or use slash commands for structured workflows:
116
116
  | 4 | `/review` | Security + performance + accessibility audit |
117
117
  | 5 | `/debug` | Structured root-cause debugging |
118
118
  | 6 | `/scm` | SCM + Git workflow and Conventional Commit support |
119
- | ⚙ | `/tools` | Toggle MCP tool groups (memory / code-analysis / code-edit / file-ops) |
120
- | 📄 | `/pdf` | PDF → Markdown via `opendataloader-pdf` |
121
119
 
122
120
  **Auto-detection**: You don't even need slash commands — keywords like "architecture", "plan", "review", and "debug" in your message (in 11 languages!) auto-activate the right workflow.
123
121