@vincemakes/kiso-code 0.20.2 → 0.20.3

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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincemakes/kiso-code",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "kiso CLI — the durable coding agent that survives kill -9: kiso chat / kiso resume / kiso sessions.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -18,19 +18,19 @@
18
18
  "test": "vitest run"
19
19
  },
20
20
  "dependencies": {
21
- "@vincemakes/kiso-ask-ext": "0.20.2",
22
- "@vincemakes/kiso-core": "0.20.2",
23
- "@vincemakes/kiso-evals": "0.20.2",
24
- "@vincemakes/kiso-mcp-ext": "0.20.2",
25
- "@vincemakes/kiso-provider-anthropic": "0.20.2",
26
- "@vincemakes/kiso-provider-openai": "0.20.2",
27
- "@vincemakes/kiso-runtime": "0.20.2",
28
- "@vincemakes/kiso-skills-ext": "0.20.2",
29
- "@vincemakes/kiso-subagent-ext": "0.20.2",
30
- "@vincemakes/kiso-task-ext": "0.20.2",
31
- "@vincemakes/kiso-tools-node": "0.20.2",
32
- "@vincemakes/kiso-tui": "0.20.2",
33
- "@vincemakes/kiso-tui-cells": "0.20.2"
21
+ "@vincemakes/kiso-ask-ext": "0.20.3",
22
+ "@vincemakes/kiso-core": "0.20.3",
23
+ "@vincemakes/kiso-evals": "0.20.3",
24
+ "@vincemakes/kiso-mcp-ext": "0.20.3",
25
+ "@vincemakes/kiso-provider-anthropic": "0.20.3",
26
+ "@vincemakes/kiso-provider-openai": "0.20.3",
27
+ "@vincemakes/kiso-runtime": "0.20.3",
28
+ "@vincemakes/kiso-skills-ext": "0.20.3",
29
+ "@vincemakes/kiso-subagent-ext": "0.20.3",
30
+ "@vincemakes/kiso-task-ext": "0.20.3",
31
+ "@vincemakes/kiso-tools-node": "0.20.3",
32
+ "@vincemakes/kiso-tui": "0.20.3",
33
+ "@vincemakes/kiso-tui-cells": "0.20.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^26.1.2",