mcoda 0.1.13 → 0.1.14

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.
@@ -44,7 +44,7 @@ Subcommands:
44
44
  list List agents (supports --json)
45
45
  details <NAME> Show agent details (supports --json)
46
46
  add <NAME> Create a global agent
47
- --adapter <TYPE> Adapter slug (openai-api|zhipu-api|codex-cli|gemini-cli|local-model|qa-cli|ollama-remote)
47
+ --adapter <TYPE> Adapter slug (openai-api|zhipu-api|codex-cli|claude-cli|gemini-cli|local-model|qa-cli|ollama-remote)
48
48
  --model <MODEL> Default model name
49
49
  --rating <N> Relative capability rating (higher is stronger)
50
50
  --reasoning-rating <N> Relative reasoning strength rating (higher is stronger)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcoda",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Local-first CLI for planning, documentation, and execution workflows with agent assistance.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -45,12 +45,12 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "yaml": "^2.4.2",
48
- "@mcoda/core": "0.1.13",
49
- "@mcoda/shared": "0.1.13"
48
+ "@mcoda/core": "0.1.14",
49
+ "@mcoda/shared": "0.1.14"
50
50
  },
51
51
  "devDependencies": {
52
- "@mcoda/integrations": "0.1.13",
53
- "@mcoda/db": "0.1.13"
52
+ "@mcoda/integrations": "0.1.14",
53
+ "@mcoda/db": "0.1.14"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsc -p tsconfig.json",