Skip to content

Releases: zoidbergclawd/elisa

0.2.3

Choose a tag to compare

@github-actions github-actions released this 21 Mar 23:51
Add agent spawn diagnostics for production debugging

Captures stderr from spawned cli.js process and writes diagnostic logs
to %TEMP%/elisa-agent-diagnostics.log in production. Logs include
executable path, cli.js path, Node/Electron versions, platform info,
and full stderr output on failure. Enables debugging "exited with code 1"
errors on fresh installs without dev tools.

Bump version to 0.2.3.

Co-Authored-By: Claude <noreply@anthropic.com>

0.2.2

Choose a tag to compare

@github-actions github-actions released this 21 Mar 14:27
Fix agent SDK spawn failure on machines without Node.js installed

The Claude Agent SDK spawns cli.js via `node cli.js` as a child process.
On clean installs without Node.js in PATH, this fails with ENOENT.
Use Electron's own binary with ELECTRON_RUN_AS_NODE=1 as the Node.js
runtime in production, eliminating the external Node.js dependency.

Bump version to 0.2.2.

Co-Authored-By: Claude <noreply@anthropic.com>

0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Mar 20:52
Bump version to 0.2.1 for release

Co-Authored-By: Claude <noreply@anthropic.com>

0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 01:41
Bump version to 0.2.0 and fix lint errors for release

- Bump root, backend, and frontend package.json to 0.2.0
- Fix RankPrioritiesWidget: replace useEffect setState with
  requestAnimationFrame focus (satisfies set-state-in-effect rule)
- Suppress no-this-alias in nuggetBlocks.ts (Blockly requires this capture)
- Remove unused LevelBadge import and systemLevel destructure from App.tsx

Co-Authored-By: Claude <noreply@anthropic.com>

0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 23:12
Bump version to 0.1.1

Co-Authored-By: Claude <noreply@anthropic.com>

0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Mar 12:04

What's Changed

New Contributors

Full Changelog: https://github.com/zoidbergclawd/elisa/commits/v0.1.0