@kolisachint/hoocode-agent 0.5.9 → 0.5.10
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 +13 -0
- package/dist/modes/interactive/theme/vox-light.json +1 -1
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.10] - 2026-08-12
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- `vox-light`'s `ruleMuted` was one point per channel away from `rule`
|
|
8
|
+
(`#8b8263` against `#8a8062`), so `border` and `borderMuted` rendered as the
|
|
9
|
+
same colour and the primary-vs-secondary divider distinction never appeared.
|
|
10
|
+
`rule` also backs `mdCodeBlockBorder`, `mdQuoteBorder` and `mdHr`, so every
|
|
11
|
+
rule in the theme read at one weight. `ruleMuted` is now `#958b6d`, matching
|
|
12
|
+
the separation `vox-dark` already had and staying above 3:1 against the
|
|
13
|
+
theme's cream canvas
|
|
14
|
+
([#174](https://github.com/kolisachint/hoocode/issues/174))
|
|
15
|
+
|
|
3
16
|
## [0.5.9] - 2026-08-12
|
|
4
17
|
|
|
5
18
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolisachint/hoocode-agent",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"hoocodeConfig": {
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"prepublishOnly": "npm run clean && npm run build"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@kolisachint/hoocode-agent-core": "^0.5.
|
|
53
|
-
"@kolisachint/hoocode-ai": "^0.5.
|
|
54
|
-
"@kolisachint/hoocode-tui": "^0.5.
|
|
52
|
+
"@kolisachint/hoocode-agent-core": "^0.5.10",
|
|
53
|
+
"@kolisachint/hoocode-ai": "^0.5.10",
|
|
54
|
+
"@kolisachint/hoocode-tui": "^0.5.10",
|
|
55
55
|
"@silvia-odwyer/photon-node": "^0.3.4",
|
|
56
56
|
"chalk": "^5.5.0",
|
|
57
57
|
"cli-highlight": "^2.1.11",
|