@vincemakes/kiso-code 1.0.3 → 1.1.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.
@@ -3,7 +3,7 @@
3
3
  * turns. The bodies moved verbatim from chat()'s closure; chat provides
4
4
  * the context (the chain, the run state, the prompt arming).
5
5
  */
6
- import { type AgentSession } from "@vincemakes/kiso-runtime";
6
+ import type { AgentSession } from "@vincemakes/kiso-runtime";
7
7
  import { type LineInput } from "./state.js";
8
8
  /** Everything dispatch touches that chat() owns. */
9
9
  export interface DispatchCtx {
package/dist/dispatch.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * the context (the chain, the run state, the prompt arming).
5
5
  */
6
6
  import { escapeTerminal, kUnit, palette } from "@vincemakes/kiso-tui";
7
- import { buildAdapter } from "@vincemakes/kiso-runtime";
7
+ import { buildAdapter } from "@vincemakes/kiso-runtime/internal";
8
8
  import { MODES, getMode, setMode } from "./mode.js";
9
9
  import { agentModel, body, bodyLog, configModels, dock, setAgentModel, setCurrentModelName } from "./state.js";
10
10
  import { directWriteProfile, profileAvailable } from "./config.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincemakes/kiso-code",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "kiso CLI \u2014 the coding-agent reference product: kiso chat / kiso resume / kiso sessions.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "@vincemakes/kiso-mcp-ext": "1.0.0",
24
24
  "@vincemakes/kiso-provider-anthropic": "1.0.0",
25
25
  "@vincemakes/kiso-provider-openai": "1.0.0",
26
- "@vincemakes/kiso-runtime": "1.0.2",
26
+ "@vincemakes/kiso-runtime": "1.1.0",
27
27
  "@vincemakes/kiso-skills-ext": "1.0.0",
28
28
  "@vincemakes/kiso-subagent-ext": "1.0.0",
29
29
  "@vincemakes/kiso-task-ext": "1.0.0",