Releases: hxs996-beep/deepAct
Releases · hxs996-beep/deepAct
v0.1.5
v0.1.4
What's Changed
- Optimize prompt cache, fix input issue
- feat(engine): add activated skill compliance enforcement
- refactor(ui): simplify help text, update README
v0.1.3
What's Changed
- Add visual scrollbar when content overflows page
- Enable mouse wheel on Windows
- Fix multi-line paste triggering premature submission
- Fix layout corruption on long-running sessions
v0.1.2
v0.1.2
- Share layered compression strategy between main agent and sub-agent
- Add ModelMessage variants to CompressionOrchestrator
- SubAgentRunner now uses 4-layer compression (aging/code-collapse/archive)
- Fix Windows conhost body height calculation
v0.1.1
Changelog
- 8e4a0b2 chore(goreleaser): remove go mod tidy hook (network timeout)
- b440868 chore: add Windows install support (install.ps1) and fix repo URLs
- 64b51f3 feat: initial commit - DeepAct CLI coding agent with guarded execution
- 15c0544 fix(ui): API key prompt - add instructions, eliminate redundant bottom cursor on Windows
- cb39735 fix(ui): fix mouse scroll escape residue filtering and scroll clamp on Windows
- d95a99d fix(ui): handle Windows SGR mouse escape split (lone '[' + '<65;25;31M')
v0.1.0
Initial Release
DeepAct — a terminal-native AI coding agent with guarded execution and dual-model routing.
Install
macOS (Homebrew):
brew install hxs996-beep/homebrew-tap/deepact
Linux / macOS (curl):
curl -sSfL https://raw.githubusercontent.com/hxs996-beep/deepAct/main/install.sh | sh
Windows (PowerShell):
powershell -c "irm https://raw.githubusercontent.com/hxs996-beep/deepAct/main/install.ps1 | iex"