@agentskit/cli 0.9.0 → 0.10.0

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/index.d.cts CHANGED
@@ -317,7 +317,7 @@ interface ChatCommandOptions {
317
317
  declare function ChatApp(options: ChatCommandOptions): react_jsx_runtime.JSX.Element;
318
318
  declare function renderChatHeader(options: ChatCommandOptions): string;
319
319
 
320
- type StarterKind = 'react' | 'nextjs' | 'ink' | 'runtime' | 'multi-agent' | 'sveltekit' | 'nuxt' | 'vite-ink' | 'cloudflare-workers' | 'bun';
320
+ type StarterKind = 'react' | 'nextjs' | 'ink' | 'runtime' | 'multi-agent' | 'sveltekit' | 'nuxt' | 'vite-ink' | 'cloudflare-workers' | 'bun' | 'expo' | 'deno-deploy' | 'angular';
321
321
  type Provider = 'openai' | 'anthropic' | 'gemini' | 'ollama' | 'demo';
322
322
  type ToolKind = 'web_search' | 'filesystem' | 'shell';
323
323
  type MemoryKind = 'none' | 'file' | 'sqlite';
package/dist/index.d.ts CHANGED
@@ -317,7 +317,7 @@ interface ChatCommandOptions {
317
317
  declare function ChatApp(options: ChatCommandOptions): react_jsx_runtime.JSX.Element;
318
318
  declare function renderChatHeader(options: ChatCommandOptions): string;
319
319
 
320
- type StarterKind = 'react' | 'nextjs' | 'ink' | 'runtime' | 'multi-agent' | 'sveltekit' | 'nuxt' | 'vite-ink' | 'cloudflare-workers' | 'bun';
320
+ type StarterKind = 'react' | 'nextjs' | 'ink' | 'runtime' | 'multi-agent' | 'sveltekit' | 'nuxt' | 'vite-ink' | 'cloudflare-workers' | 'bun' | 'expo' | 'deno-deploy' | 'angular';
321
321
  type Provider = 'openai' | 'anthropic' | 'gemini' | 'ollama' | 'demo';
322
322
  type ToolKind = 'web_search' | 'filesystem' | 'shell';
323
323
  type MemoryKind = 'none' | 'file' | 'sqlite';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- export { ChatApp, HookDispatcher, McpClient, applyPolicyToTool, applyPolicyToTools, bridgeMcpServers, buildRagFromConfig, computeCost, configHooksToHandlers, createCli, createOpenAiEmbedder, defaultPolicy, derivePreview, disposeMcpClients, evaluatePolicy, findLatestSession, findSession, forkSession, generateSessionId, getPricing, indexSources, listSessions, loadConfig, loadPlugins, mergePluginsIntoBundle, registerPricing, renameSession, renderChatHeader, renderReport, resolveChatProvider, resolveSession, runAgent, runDoctor, sessionFilePath, startDev, startTunnel, writeSessionMeta, writeStarterProject } from './chunk-ZEESHYST.js';
2
+ export { ChatApp, HookDispatcher, McpClient, applyPolicyToTool, applyPolicyToTools, bridgeMcpServers, buildRagFromConfig, computeCost, configHooksToHandlers, createCli, createOpenAiEmbedder, defaultPolicy, derivePreview, disposeMcpClients, evaluatePolicy, findLatestSession, findSession, forkSession, generateSessionId, getPricing, indexSources, listSessions, loadConfig, loadPlugins, mergePluginsIntoBundle, registerPricing, renameSession, renderChatHeader, renderReport, resolveChatProvider, resolveSession, runAgent, runDoctor, sessionFilePath, startDev, startTunnel, writeSessionMeta, writeStarterProject } from './chunk-I5P3Y7NG.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentskit/cli",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "CLI for AgentsKit chat and project scaffolding.",
5
5
  "keywords": [
6
6
  "agentskit",
@@ -50,11 +50,11 @@
50
50
  "@agentskit/adapters": "0.10.0",
51
51
  "@agentskit/core": "1.7.0",
52
52
  "@agentskit/ink": "0.7.5",
53
- "@agentskit/memory": "0.7.0",
53
+ "@agentskit/memory": "0.8.0",
54
54
  "@agentskit/rag": "0.3.0",
55
55
  "@agentskit/runtime": "0.6.2",
56
56
  "@agentskit/skills": "0.6.0",
57
- "@agentskit/tools": "0.8.0"
57
+ "@agentskit/tools": "0.9.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/localtunnel": "^2.0.4",