@kolisachint/hoocode-agent 0.5.55 → 0.5.56

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.
@@ -108,6 +108,8 @@ Modifier combinations: `ctrl+shift+x`, `alt+ctrl+x`, `ctrl+shift+alt+x`, `ctrl+1
108
108
  | `app.session.rename` | `ctrl+r` | Rename session |
109
109
  | `app.session.delete` | `ctrl+d` | Delete session |
110
110
  | `app.session.deleteNoninvasive` | `ctrl+backspace` | Delete session when query is empty |
111
+ | `app.session.color.cycleForward` | `alt+c` | Cycle the session chip's color |
112
+ | `app.session.color.cycleBackward` | `shift+alt+c` | Cycle the session chip's color backward |
111
113
 
112
114
  ### Models and Thinking
113
115
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-custom-provider-anthropic",
3
3
  "private": true,
4
- "version": "0.3.55",
4
+ "version": "0.3.56",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-custom-provider-gitlab-duo",
3
3
  "private": true,
4
- "version": "0.3.55",
4
+ "version": "0.3.56",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-sandbox",
3
3
  "private": true,
4
- "version": "0.3.55",
4
+ "version": "0.3.56",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-extension-with-deps",
3
3
  "private": true,
4
- "version": "0.3.55",
4
+ "version": "0.3.56",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "bun": ">=1.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-agent",
3
- "version": "0.5.55",
3
+ "version": "0.5.56",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "hoocodeConfig": {
@@ -50,9 +50,9 @@
50
50
  "prepublishOnly": "npm run clean && npm run build"
51
51
  },
52
52
  "dependencies": {
53
- "@kolisachint/hoocode-agent-core": "^0.5.55",
54
- "@kolisachint/hoocode-ai": "^0.5.55",
55
- "@kolisachint/hoocode-tui": "^0.5.55",
53
+ "@kolisachint/hoocode-agent-core": "^0.5.56",
54
+ "@kolisachint/hoocode-ai": "^0.5.56",
55
+ "@kolisachint/hoocode-tui": "^0.5.56",
56
56
  "@silvia-odwyer/photon-node": "^0.3.4",
57
57
  "chalk": "^5.5.0",
58
58
  "cli-highlight": "^2.1.11",