Skip to content

Releases: Aitherium/aither-adk

AitherShell v1.9.3 — grounded follow-up answer fix + TUI crash hardening

08 Jun 02:48

Choose a tag to compare

AitherShell (the aither interactive terminal) v1.9.3.

Fixes

  • The TUI now shows the grounded follow-up answer (the one that runs tools + gathers context) instead of discarding it and leaving only the eager fast-pass preview. Verified live: a web-search prompt went from a 23-char stub to the full 768-char grounded answer.
  • Session no longer dies mid-turn: stray unhandled rejections (incl. orphaned AbortSignal.timeout) no longer force process.exit(1), benign aborts are ignored, and deferred blessed repaints are fault-isolated so a transient render error can't kill the screen.
  • Cleared a leaked per-chunk SSE timeout timer (hundreds of live 120s timers per streamed turn).

Binaries

  • aither-shell-linux-x64
  • aither-shell-macos-arm64
  • aither-shell-win64.exe

SHA256SUMS.txt included.

aither-adk v2.7.0

06 Jun 01:00

Choose a tag to compare

Released from the AitherOS monorepo (v2.7.0). PyPI publish runs via the public repo's pypi-publish.yml.

AitherADK v2.6.4

05 Jun 20:01

Choose a tag to compare

Deep Research Agent + aither-adk 2.6.4.

Fix: loop-guard nudges no longer corrupt the tool-call message history. When the ReAct loop emitted several tool calls in one turn and the loop guard fired (WARN/BLOCK/CIRCUIT_BREAK) on one — e.g. after crossing the 15-call threshold during a long research run — it spliced a system message between the tool results, which DeepSeek (and strict vLLM templates) reject with 400 ... insufficient tool messages following tool_calls message, aborting the turn. Guidance is now folded into each tool result and standalone steering deferred to after the batch.

Deep Research Studio also streams Sources live and keeps them on a failed/partial turn.

Downloads below are what aitherium.com/deep-research serves.

AitherADK v2.6.3

05 Jun 03:58

Choose a tag to compare

AitherADK v2.6.2

05 Jun 02:43

Choose a tag to compare

AitherADK v2.6.1

05 Jun 02:00

Choose a tag to compare

aither-adk v2.6.1

05 Jun 02:00

Choose a tag to compare

Released from the AitherOS monorepo (v2.6.1). PyPI publish runs via the public repo's pypi-publish.yml.

aither-adk v2.6.0

05 Jun 01:14

Choose a tag to compare

Released from the AitherOS monorepo (v2.6.0). PyPI publish runs via the public repo's pypi-publish.yml.

AitherADK v2.5.0

04 Jun 16:52

Choose a tag to compare

AitherADK v2.4.0

03 Jun 20:36

Choose a tag to compare