toolcraft 0.0.131 → 0.0.133

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/composition.json CHANGED
@@ -108,7 +108,7 @@
108
108
  },
109
109
  {
110
110
  "name": "toolcraft",
111
- "version": "0.0.131",
111
+ "version": "0.0.133",
112
112
  "license": "MIT"
113
113
  },
114
114
  {
@@ -118,7 +118,7 @@
118
118
  },
119
119
  {
120
120
  "name": "toolcraft-schema",
121
- "version": "0.0.131",
121
+ "version": "0.0.133",
122
122
  "license": "MIT"
123
123
  },
124
124
  {
@@ -108,7 +108,7 @@
108
108
  },
109
109
  {
110
110
  "name": "toolcraft",
111
- "version": "0.0.131",
111
+ "version": "0.0.133",
112
112
  "license": "MIT"
113
113
  },
114
114
  {
@@ -118,7 +118,7 @@
118
118
  },
119
119
  {
120
120
  "name": "toolcraft-schema",
121
- "version": "0.0.131",
121
+ "version": "0.0.133",
122
122
  "license": "MIT"
123
123
  },
124
124
  {
@@ -2,7 +2,7 @@ export const claudeCodeAgent = {
2
2
  id: "claude-code",
3
3
  name: "claude-code",
4
4
  label: "Claude Code",
5
- summary: "Configure Claude Code to route through Poe.",
5
+ summary: "Anthropic's agentic coding tool for the terminal.",
6
6
  aliases: ["claude"],
7
7
  binaryName: "claude",
8
8
  apiShapes: ["anthropic-messages"],
@@ -2,7 +2,7 @@ export const codexAgent = {
2
2
  id: "codex",
3
3
  name: "codex",
4
4
  label: "Codex",
5
- summary: "Configure Codex to use Poe as the model provider.",
5
+ summary: "OpenAI's coding agent for the terminal.",
6
6
  binaryName: "codex",
7
7
  apiShapes: ["openai-responses"],
8
8
  otelCapture: {
@@ -3,7 +3,7 @@ export const geminiCliAgent = {
3
3
  name: "gemini-cli",
4
4
  aliases: ["gemini"],
5
5
  label: "Gemini CLI",
6
- summary: "Configure Google's Gemini CLI to use a compatible Google generations API.",
6
+ summary: "Google's open-source AI agent for the terminal.",
7
7
  binaryName: "gemini",
8
8
  configPath: "~/.gemini/settings.json",
9
9
  apiShapes: ["google-generations"],
@@ -2,7 +2,7 @@ export const kimiAgent = {
2
2
  id: "kimi",
3
3
  name: "kimi",
4
4
  label: "Kimi",
5
- summary: "Configure Kimi CLI to use Poe API",
5
+ summary: "Moonshot AI's coding agent for the terminal.",
6
6
  aliases: ["kimi-cli"],
7
7
  binaryName: "kimi",
8
8
  apiShapes: ["openai-chat-completions"],
@@ -2,7 +2,7 @@ export const openCodeAgent = {
2
2
  id: "opencode",
3
3
  name: "opencode",
4
4
  label: "OpenCode CLI",
5
- summary: "Configure OpenCode CLI to use the Poe API.",
5
+ summary: "Open-source AI coding agent for the terminal.",
6
6
  binaryName: "opencode",
7
7
  apiShapes: ["openai-chat-completions"],
8
8
  otelCapture: {
@@ -3,7 +3,7 @@ export const piAgent = {
3
3
  name: "pi",
4
4
  aliases: ["pi-agent"],
5
5
  label: "Pi",
6
- summary: "Pi coding agent (spawn-only; uses local Pi auth/settings).",
6
+ summary: "Minimal AI coding agent for the terminal.",
7
7
  binaryName: "pi",
8
8
  branding: {
9
9
  colors: {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "name": "toolcraft-schema",
11
- "version": "0.0.131",
11
+ "version": "0.0.133",
12
12
  "license": "MIT"
13
13
  }
14
14
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toolcraft-schema",
3
- "version": "0.0.131",
3
+ "version": "0.0.133",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toolcraft",
3
- "version": "0.0.131",
3
+ "version": "0.0.133",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -153,7 +153,7 @@
153
153
  "yaml"
154
154
  ],
155
155
  "optionalDependencies": {
156
- "toolcraft-schema": "0.0.131",
156
+ "toolcraft-schema": "0.0.133",
157
157
  "toolcraft-design": "*",
158
158
  "@poe-code/frontmatter": "*",
159
159
  "@poe-code/agent-mcp-config": "*",