@loicngr/kobo 1.7.32 → 1.7.34
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/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to Kōbō are documented here. The format is based on
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/). Each release is an `## <version>`
|
|
5
5
|
section — the in-app "What's new" dialog reads this file.
|
|
6
6
|
|
|
7
|
+
## 1.7.34/35
|
|
8
|
+
|
|
9
|
+
- chore(npm): update claude sdk
|
|
10
|
+
|
|
11
|
+
## 1.7.33
|
|
12
|
+
|
|
13
|
+
- chore(npm): update claude sdk
|
|
14
|
+
|
|
7
15
|
## 1.7.32
|
|
8
16
|
|
|
9
17
|
- feat: CI recap card, compaction indicator, Claude Task tools, deps upgrade, npm audit fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loicngr/kobo",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.34",
|
|
4
4
|
"description": "Kōbō — multi-workspace agent manager for Claude Code. Orchestrates isolated git worktrees with dev servers, Notion integration, and MCP tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"prepublishOnly": "npm run build"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@anthropic-ai/claude-agent-sdk": "^0.3.
|
|
70
|
+
"@anthropic-ai/claude-agent-sdk": "^0.3.175",
|
|
71
71
|
"@emnapi/core": "^1.11.0",
|
|
72
72
|
"@emnapi/runtime": "^1.11.0",
|
|
73
73
|
"@hono/node-server": "^2.0.4",
|