@loicngr/kobo 1.9.2 → 1.9.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.
- package/CHANGELOG.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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.9.3
|
|
8
|
+
|
|
9
|
+
- build(deps): bump claude-agent-sdk, mcp sdk, and codex
|
|
10
|
+
|
|
7
11
|
## 1.9.2
|
|
8
12
|
|
|
9
13
|
- feat: fall back to local source branch when origin is unreachable (#14)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loicngr/kobo",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.3",
|
|
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",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@emnapi/runtime": "^1.11.1",
|
|
73
73
|
"@hono/node-server": "^2.0.11",
|
|
74
74
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
75
|
-
"@openai/codex": "^0.
|
|
75
|
+
"@openai/codex": "^0.145.0",
|
|
76
76
|
"better-sqlite3": "^12.11.1",
|
|
77
77
|
"cron-parser": "^5.5.0",
|
|
78
78
|
"hono": "^4.12.26",
|