Releases: zoidbergclawd/elisa
Releases · zoidbergclawd/elisa
Release list
0.2.3
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
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
Bump version to 0.2.1 for release Co-Authored-By: Claude <noreply@anthropic.com>
0.2.0
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
Bump version to 0.1.1 Co-Authored-By: Claude <noreply@anthropic.com>
0.1.0
What's Changed
- Rename project to nugget, add examples and readiness indicator by @zoidbergclawd in #8
- Electron desktop app with security hardening and full codebase sweep by @zoidbergclawd in #16
- Fix MCP portal command injection vulnerability by @zoidbergclawd in #34
- Fix batch-parallel over-scheduling in ExecutePhase by @zoidbergclawd in #31
- Cap serial lines array to prevent unbounded memory growth by @zoidbergclawd in #32
- Add unit tests for DAG utility by @zoidbergclawd in #33
- Add unit tests for SessionLogger by @zoidbergclawd in #35
- Add comprehensive tests for backend prompts module by @zoidbergclawd in #36
- Add comprehensive tests for frontend Skills module by @zoidbergclawd in #39
- Surface Zod validation errors in frontend error banner by @zoidbergclawd in #40
- Add comprehensive portal system tests (backend + frontend) by @zoidbergclawd in #38
- Wire CLI portal execution into deploy phase by @zoidbergclawd in #37
- Implement token budget guardrails and cost display (#26) by @zoidbergclawd in #42
- Add GitHub and Brave Search MCP portal templates by @zoidbergclawd in #45
- Implement capability parameters in portal blocks by @zoidbergclawd in #41
- Add session persistence with checkpoint/recovery by @zoidbergclawd in #44
- Fix narrator repetition with dedup, rate limiting, and fallback rotation by @zoidbergclawd in #46
- Fix 48 frontend ESLint errors breaking CI by @zoidbergclawd in #47
- Add workspace directory, nugget persistence, and web deploy portal by @zoidbergclawd in #49
- Fix CI test and lint failures by @zoidbergclawd in #54
- Fix 9 issues: race conditions, validation gaps, platform bugs by @zoidbergclawd in #88
- Harden security: auth, path validation, permissions by @zoidbergclawd in #89
- Fix abort leaks, content safety, hardware races, magic numbers by @zoidbergclawd in #90
- Sprint 3: Tests, CI pipeline, lint, docs fixes, DRY extractions by @zoidbergclawd in #91
- Sprint 4: Skills & Rules system polish by @zoidbergclawd in #92
- Add Board Detected modal for ESP32 connection by @zoidbergclawd in #94
- Add stop button during build and board detection chime by @zoidbergclawd in #96
- Documentation audit, test hardening, and user manual by @zoidbergclawd in #97
- Remove assistant prefill from MetaPlanner by @zoidbergclawd in #98
- Add project wiki and Electron feasibility analysis by @zoidbergclawd in #104
- Improve agent efficiency and add Behavioral Test blocks by @zoidbergclawd in #108
- Add IoT sensor network device plugin system by @zoidbergclawd in #117
- Audit sprint: typing, decomposition, security, docs, tests by @zoidbergclawd in #125
- Per-asset Pixel meetings, organized output, Blueprint canvas fix by @zoidbergclawd in #162
- Agent Team v2: Foundation (parallelism fix, Buddy agent, meeting_team schema) by @zoidbergclawd in #171
- Agent Team v2: Kid controls (team blocks, Team tab) by @zoidbergclawd in #172
- Agent Team v2: Debug/fix flow (Test Dashboard, Fix It) by @zoidbergclawd in #173
- Agent Team v2: Canvas richness (Live Preview, Code Explorer, Whiteboard) by @zoidbergclawd in #174
- Fix post-build bug fix flow: session cleanup, error handling, visual feedback by @zoidbergclawd in #209
- Integrate health, tests, and architecture into Blueprint meeting by @zoidbergclawd in #210
- Deploy strategy: production build, auto-update, CI/CD by @zoidbergclawd in #211
New Contributors
- @zoidbergclawd made their first contribution in #8
Full Changelog: https://github.com/zoidbergclawd/elisa/commits/v0.1.0