@elyracode/coding-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/docs/themes.md CHANGED
@@ -18,7 +18,7 @@ Themes are JSON files that define colors for the TUI.
18
18
 
19
19
  Elyra loads themes from:
20
20
 
21
- - Built-in: `dark`, `light`
21
+ - Built-in: `dark`, `light`, `palenight`, `catppuccin`, `onedark`, `norwegian-midnight`
22
22
  - Global: `~/.elyra/agent/themes/*.json`
23
23
  - Project: `.elyra/themes/*.json`
24
24
  - Packages: `themes/` directories or `elyra.themes` entries in `package.json`
@@ -293,3 +293,7 @@ echo $COLORTERM # Should output "truecolor" or "24bit"
293
293
  See the built-in themes:
294
294
  - [dark.json](../src/modes/interactive/theme/dark.json)
295
295
  - [light.json](../src/modes/interactive/theme/light.json)
296
+ - [palenight.json](../src/modes/interactive/theme/palenight.json)
297
+ - [catppuccin.json](../src/modes/interactive/theme/catppuccin.json)
298
+ - [onedark.json](../src/modes/interactive/theme/onedark.json)
299
+ - [norwegian-midnight.json](../src/modes/interactive/theme/norwegian-midnight.json)
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "elyra-extension-custom-provider",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "elyra-extension-custom-provider",
9
- "version": "0.5.9",
9
+ "version": "0.5.10",
10
10
  "dependencies": {
11
11
  "@anthropic-ai/sdk": "^0.52.0"
12
12
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-custom-provider-anthropic",
3
3
  "private": true,
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-custom-provider-gitlab-duo",
3
3
  "private": true,
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "elyra-extension-sandbox",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "elyra-extension-sandbox",
9
- "version": "0.5.9",
9
+ "version": "0.5.10",
10
10
  "dependencies": {
11
11
  "@anthropic-ai/sandbox-runtime": "^0.0.26"
12
12
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-sandbox",
3
3
  "private": true,
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "elyra-extension-with-deps",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "elyra-extension-with-deps",
9
- "version": "0.5.9",
9
+ "version": "0.5.10",
10
10
  "dependencies": {
11
11
  "ms": "^2.1.3"
12
12
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-with-deps",
3
3
  "private": true,
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyracode/coding-agent",
3
- "version": "0.5.9",
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
  "elyraConfig": {
@@ -38,9 +38,9 @@
38
38
  "prepublishOnly": "npm run clean && npm run build"
39
39
  },
40
40
  "dependencies": {
41
- "@elyracode/agent-core": "^0.5.9",
42
- "@elyracode/ai": "^0.5.9",
43
- "@elyracode/tui": "^0.5.9",
41
+ "@elyracode/agent-core": "^0.5.10",
42
+ "@elyracode/ai": "^0.5.10",
43
+ "@elyracode/tui": "^0.5.10",
44
44
  "@silvia-odwyer/photon-node": "^0.3.4",
45
45
  "chalk": "^5.5.0",
46
46
  "cli-highlight": "^2.1.11",