@inharness-ai/claude4spec 1.0.0 → 1.0.1
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 +5 -0
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.0.1] - 2026-05-13
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Added `@openai/codex-sdk`, `@opencode-ai/sdk`, `@google/gemini-cli-core` as direct dependencies to satisfy static imports in `@inharness-ai/agent-adapters@0.4.0` (declared as optional peers there, but statically bundled).
|
|
12
|
+
|
|
8
13
|
## [1.0.0] - 2026-05-13
|
|
9
14
|
|
|
10
15
|
Initial public release.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inharness-ai/claude4spec",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Local-first spec editor — markdown + SQLite + AI agent",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Michael Tomala <mi.tomala@gmail.com>",
|
|
@@ -51,9 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@anthropic-ai/claude-agent-sdk": "^0.2.109",
|
|
54
|
+
"@google/gemini-cli-core": "^0.42.0",
|
|
54
55
|
"@inharness-ai/agent-adapters": "^0.4.0",
|
|
55
56
|
"@inharness-ai/agent-chat": "^0.2.0",
|
|
56
57
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
58
|
+
"@openai/codex-sdk": "^0.130.0",
|
|
59
|
+
"@opencode-ai/sdk": "^1.14.48",
|
|
57
60
|
"@monaco-editor/react": "^4.7.0",
|
|
58
61
|
"@tanstack/react-query": "^5.62.11",
|
|
59
62
|
"@tanstack/react-router": "^1.168.23",
|