Releases: pancsta/secai
Releases · pancsta/secai
Release list
v0.6.0
- feat: customize WASM builds per bot
- fix: fix JSONL fields order
- feat: add multi-instance web UIs
- feat: inject custom base LLM prompts
- feat: update to asyncmachine-go v0.19.0
- feat: add REPL args completion
- feat: add basic RSS feeds
- feat: safer retires
- feat: make prompts schemas WASM-compat
- feat: allow custom data for WASM UIs
- feat: add providers' priorities, round-robin, fallback, tag selection
- fix(cook): better fixing of cooking steps
- test(cook): add a test suite
- feat: add KDL config formatting
Changelog
v0.5.2
Featuring fully embedded devtools and WebAssembly UIs.
Changes:
- feat: add WebAssembly agent UI
- feat: add WebAssembly dashboard UI
- feat: add web log viewer
- feat: add web DB viewer
- feat: add embedded debugger with web view
- feat: add embedded REPL with web view
- refac: move stories to main framework
- fix: add multitude of fixes
- chore: update asyncmachine to v0.18.2
Known issues:
- only one web dashboard and one web agent UI at the same time
- web TUIs broken on windows
- closing web TUI disconns all the TUIs
- JSONL log viewer has a random order of fields
Changelog
v0.4.0
Changes:
- feat: merge TUIs into 1, drop zellij
- feat: manage SQL schemas via GORM
- feat: support local OpenAI APIs and Gemini
- feat: log JSONL to a file
- feat: add machine REPL
- feat: update to asynmachine v0.17
- feat: add full machine SQL history
- feat: add KDL config
- feat: port asciigraph to tcell
Regressions:
- no keyboard navigation in TUI
- single-line prompt
- research example broken
Changelog
v0.3.0
v0.2.2
- feat: update asyncmachine to v0.15
- fix: pull correct docker in
task sync-configs - fix: stabilize searchxng
- fix: bump jaeger version
Changelog
- 07ebcec feat: update asyncmachine to v0.15
v0.2.1
Changelog
- 5746a18 feat: update asyncmachine to v0.13
v0.2.0
The is the first downloadable release. To start an agent:
- download && unpack
- run eg
./aigent-cook - paste the "TUI Desktop" line in another terminal and the same directory
Changelog
- cec34fe feat: add agent cook
- 511fe6d feat: add agent deploy and metrics
- 43a387b feat: add stories and clock TUI
- 0ef8cf5 feat: update agent research to v0.2
- e63bd0d feat: update configs to v0.2
- aef00ce feat: update secai to v0.2
- 6956672 feat: update tools to v0.2
- 1642108 fix: add misc fixes
- 5b291fe fix: fix getting started procedure