zelari-code 1.35.0 โ†’ 1.35.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -42,7 +42,7 @@ By **[Anathema Studio](https://anathema-studio.com/)** ยท
42
42
 
43
43
  ๐Ÿ“– **[Full user guide (IT)](./docs/GUIDA.md)** โ€” install, TUI, slash commands, council, skills, workspace, headless, MCP, Desktop.
44
44
 
45
- **Zelari Code** is an open-source **AI council coding agent** for the terminal: a multi-agent pipeline (Caronte, Nettuno, Gerione, Plutone, Minosse, Lucifero), a **kraken** super-agent (default; aliases `agent`/`single`) that can spawn explore/general/verify tentacles, and optional **zelari** missions that loop until a deliverable is done. It ships a rich TUI (Ink + React), slash commands, plan/build phases, and provider-agnostic LLM streaming (OpenAI-compatible, xAI Grok, ChatGPT, Anthropic, GLM/Z.AI, MiniMax, DeepSeek). OAuth via `/login grok`, `/login chatgpt`, `/login anthropic`. The reusable runtime is published as **[`@zelari/core`](https://www.npmjs.com/package/@zelari/core)** (Apache-2.0). Current line: **1.35.0**.
45
+ **Zelari Code** is an open-source **AI council coding agent** for the terminal: a multi-agent pipeline (Caronte, Nettuno, Gerione, Plutone, Minosse, Lucifero), a **kraken** super-agent (default; aliases `agent`/`single`) that can spawn explore/general/verify tentacles, and optional **zelari** missions that loop until a deliverable is done. It ships a rich TUI (Ink + React), slash commands, plan/build phases, and provider-agnostic LLM streaming (OpenAI-compatible, xAI Grok, ChatGPT, Anthropic, GLM/Z.AI, MiniMax, DeepSeek). OAuth via `/login grok`, `/login chatgpt`, `/login anthropic`. The reusable runtime is published as **[`@zelari/core`](https://www.npmjs.com/package/@zelari/core)** (Apache-2.0). Current line: **1.35.1**.
46
46
 
47
47
  ```bash
48
48
  npm install -g zelari-code
@@ -295,7 +295,7 @@ Disable auto-check: `ANATHEMA_DEV=1 zelari-code`
295
295
  ## Architecture
296
296
 
297
297
  ```
298
- zelari-code (CLI, Apache-2.0) โ€” v1.35.0
298
+ zelari-code (CLI, Apache-2.0) โ€” v1.35.1
299
299
  โ”œโ”€โ”€ src/cli/ # Ink TUI, providers, workspace, wizard, MCP, SSH, serve
300
300
  โ”‚ โ”œโ”€โ”€ components/ # ChatStream, InputBar, Sidebar, StatusBar, โ€ฆ
301
301
  โ”‚ โ”œโ”€โ”€ slashHandlers/ # /provider, /workspace, /kraken, /trust, โ€ฆ
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zelari-code",
3
- "version": "1.35.0",
3
+ "version": "1.35.1",
4
4
  "description": "Zelari Code โ€” AI Council coding agent CLI. Multi-agent orchestration (Caronte, Nettuno, Gerione, Plutone, Minosse, Lucifero) with slash commands, provider-agnostic LLM streaming, and self-update.",
5
5
  "author": "Anathema Studio <https://anathema-studio.com/>",
6
6
  "license": "Apache-2.0",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@testing-library/react": "^16.3.2",
55
- "@zelari/core": "1.35.0",
55
+ "@zelari/core": "1.35.1",
56
56
  "@types/node": "^25.3.0",
57
57
  "@types/react": "^19.0.10",
58
58
  "esbuild": "^0.25.0",