Releases: tta-lab/einai
Releases · tta-lab/einai
v0.1.0
Changelog
- a7e213e refactor(runtime): simplify agent execution flow (#32)
- e7226a0 fix(jobqueue): pipe notification via stdin instead of positional arg (#31)
- 7d6a88c feat(session): pass --small-model to lenos for agent runs (#30)
- 3f694cd feat(session): pass --readonly to lenos for ei ask (always) + agent run (frontmatter-driven) (#29)
- 8995d58 feat(ei): migrate agent runtime to lenos shell-out, drop logos (#28)
- e085c3c fix(jobqueue): post-merge cleanup for PR #26 (#27)
- 3838de1 feat(jobqueue): replace pueue with ei-native job queue (#26)
- 28c760a fix(daemon): include $HOME/.local/bin in launchd PATH + switch to lefthook (#25)
- 88ad82a fix(ei): validate flags before --async dispatch (#24)
- 8f6833c fix(daemon): fix async hang — rate limiter slot leak (#23)
- d014bba feat(ei): split ei skill into ei-ask and ei-agent (async-only) (#22)
- 0e850b9 fix(session): add agent name to session log stem to prevent collisions (#21)
- cab80b6 refactor: decouple ei from tmux — use ttal send for async job notifications (#20)
- 28c1b22 fix(session): correct shell quoting in async ask job scripts (#19)
- cacbbbf fix(ei): quote heredoc delimiter to prevent shell expansion (#18)
- 45fb26e feat(ei): add --async flag to ei ask (#17)
- f6f2785 fix(config): increase pueue parallel default from 2 to 3 (#16)
- bdd7651 chore(agents): remove coder agent definition (#15)
- 8be0527 fix(async): cd to caller WorkingDir in pueue wrapper script (#14)
- d31b59c feat(async): ei agent run --async via pueue job queue (#13)
- 89dedbd fix(daemon): discover claude and codex binary paths for launchd plist (#12)
- 30a4688 feat(ei): unified pluggable runtime backend for ei agent run (#11)
- ffb703f feat(agent): support taskwarrior task IDs for persistent sessions (#9)
- ac9cfea fix: add PATH to launchd plist so daemon can find ttal (#8)
- 5c89b44 refactor(sandbox): remove CC settings sync, use temenos /run-block paths (#7)
- 7f2b5d4 feat(cli): lipgloss rendering, --save flag, and --help polish (#6)
- 73273b8 fix(daemon): replace hand-rolled .env parser with godotenv (#5)
- 28ee34d fix(config): add TOML struct tags and clean agent frontmatter (#4)
- 887cc2b feat(einai): follow-up work — version, daemon, retry, rate-limit, doctor, agents sync (#3)
- 5e3ed5d docs: write README.md and relocate RULES.md (#2)
- 2b62f71 feat(einai): implement native agent runtime daemon (#1)
- 817c09c Initial commit