Skip to content

Releases: hxs996-beep/deepAct

v0.1.5

14 Jun 15:39

Choose a tag to compare

What's Changed

  • fix(engine): show LSP tool arguments in summarizeArgs for clear display instead of bare [@]
  • fix(ui): improve tool summary readability

v0.1.4

09 Jun 15:13

Choose a tag to compare

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

06 Jun 14:59

Choose a tag to compare

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

31 May 14:29

Choose a tag to compare

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

31 May 06:37

Choose a tag to compare

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

31 May 06:01

Choose a tag to compare

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"