Commit History

Indent ASCII banner to match all other output
4eb48db

akseljoonas commited on

Indent all agent output, remove turn separator line
0a1e210

akseljoonas commited on

Render streamed responses as markdown, indent agent output for alignment
55fc4e3

akseljoonas commited on

Buffer streamed chunks and render full markdown on completion
331c683

akseljoonas commited on

Switch banner to doom font with connected letterforms
3d9f156

akseljoonas commited on

Hide research sub-agent tool_call and tool_output from CLI display
5b27d87

akseljoonas commited on

Tool output: last 10 lines for main agent, rolling 3-line display for sub-agents
2fc9917

akseljoonas commited on

Fix Ctrl+C at idle prompt: no false interrupt, no stuck state
3108680

akseljoonas commited on

Replace compact panel with medium ASCII art banner
1041705

akseljoonas commited on

Fix streaming: line-buffered output instead of per-token Live re-render
e97f329

akseljoonas commited on

Overhaul CLI visual design with rich-powered formatting
767d102

akseljoonas commited on

feat: add headless CLI mode with local filesystem tools and rich terminal rendering
af6a7ab

akseljoonas commited on

refactor: append dynamic session context after static system prompt for cache stability
110c57a

akseljoonas commited on

Deduplicate file re-reads via content hashing for local and sandbox tools
0e5c34b

akseljoonas commited on

feat: LLM-based pruning for complex tool outputs (hf_jobs)
263e229

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: also skip plan_tool from deterministic pruning
2383b4b

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: skip research tool outputs in deterministic pruning
84633b2

akseljoonas Claude Opus 4.6 (1M context) commited on

Add deterministic pruning of old tool outputs before LLM compaction
06d26aa

akseljoonas Claude Opus 4.6 (1M context) commited on

Add per-tool error limits and per-turn request cap
950ca5c

akseljoonas commited on

feat: add doom-loop detection for repeated tool call patterns
0c2eb90

akseljoonas commited on

fix: move import/signature validation to sandbox, keep host-side lightweight
7301cf5

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: infinite re-render loop from Zustand selector returning new []
59b17bb

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: update system_prompt_v3.yaml (the actual active prompt) to use research tool
a61953e

akseljoonas Claude Opus 4.6 (1M context) commited on

feat: beautiful research sub-agent UI with inline progress steps
472f63c

akseljoonas Claude Opus 4.6 (1M context) commited on

feat: emit tool_log events from research sub-agent for UI liveness
0b3071f

akseljoonas Claude Opus 4.6 (1M context) commited on

feat: add research sub-agent tool, slim down main agent system prompt
1158f2c

akseljoonas Claude Opus 4.6 (1M context) commited on

Improve tool output quality: ANSI stripping, tail-biased truncation, noise suppression
6f67ddc

akseljoonas commited on

feat: render cancelled tool state in UI after user interrupt
d2c1b12

akseljoonas Claude Opus 4.6 commited on

feat: cancel sandbox creation on user interrupt
0cee198

akseljoonas Claude Opus 4.6 commited on

fix: exit gracefully on port conflict in dev mode
40c02f5

akseljoonas Claude Opus 4.6 commited on

fix: prevent port conflict in HF Spaces dev mode
c99fbe6

akseljoonas Claude Opus 4.6 commited on

feat: kill sandbox processes and cancel HF jobs on user interrupt
9aea4e6

akseljoonas Claude Opus 4.6 commited on

fix: use backend is_processing as source of truth on refresh
1416398

akseljoonas Claude Opus 4.6 commited on

fix: auto-retry on truncated tool calls + correct activity status on refresh
12b7c8f

akseljoonas Claude Opus 4.6 commited on

fix: retry sandbox API calls on transient failures
28bdef8

akseljoonas Claude Opus 4.6 commited on

fix: live event streaming after reconnection + LiteLLM timeout
c88804e

akseljoonas Claude Opus 4.6 commited on

chore: double sandbox command timeouts
b3bfe9c

akseljoonas Claude Opus 4.6 commited on

chore: increase sandbox sleep_time to 45 min
13c9794

akseljoonas Claude Opus 4.6 commited on

feat: SSE keepalive, reconnection, and is_processing flag
00a57cd

akseljoonas Claude Opus 4.6 commited on

fix: disable chat input during processing after page refresh
c92e6dc

akseljoonas Claude Opus 4.6 commited on

fix: clear pending_approval before tool execution starts
e3e5ceb

akseljoonas Claude Opus 4.6 commited on

fix: per-session state management for smooth task switching
723c24c

akseljoonas Claude Opus 4.6 commited on

fix: gracefully handle MCP and OpenAPI failures during startup
0427177

akseljoonas Claude Opus 4.6 commited on

refactor: simplify tool call validation and make interrupts cancel tool execution
960792d

akseljoonas Claude Opus 4.6 commited on

feat: prompt for HF token interactively when not found
7edb225

akseljoonas Claude Opus 4.6 commited on

fix: correct context_length init and emit tool_call events for malformed calls
085cd02

akseljoonas commited on

feat: improve bash tool status labels in activity bar
7ead77c

akseljoonas Claude Opus 4.6 commited on

fix: handle interrupt during streaming tool calls without corrupting context
a017896

akseljoonas Claude Opus 4.6 commited on

Revert "feat: stream sandbox bash output to frontend in real-time"
b94b18b

akseljoonas commited on

Revert "fix: wire sandbox bash streaming to frontend panel"
100eb8d

akseljoonas commited on