Commit History

Add delete confirmation dialog and sidebar spacing tweaks
bdefe29

akseljoonas commited on

Fix stale approval dialog reappearing after page refresh
9b1773a

akseljoonas commited on

Show fun placeholder instead of raw args for running tools
f856047

akseljoonas commited on

Fix message disappearing and duplicate rendering bugs (#10)
0b311bb

akseljoonas commited on

Restore localStorage org detection for iframe onboarding
85274e0

akseljoonas commited on

Replace multi-screen onboarding with single checklist view
6d7f53f

akseljoonas commited on

Use sandbox read endpoint for script resolution to avoid bash truncation
23be8d5

akseljoonas commited on

Add message edit and regenerate from any point in conversation
0611031

akseljoonas commited on

Redesign research subagent display with live stats and rolling steps
901a405

akseljoonas commited on

Fix session title only updating on the very first user message
2e60856

akseljoonas commited on

Remove outdated-API flagging line from research prompt
f91e520

akseljoonas commited on

Add SOTA-awareness to research sub-agent system prompt
bdd77ee

akseljoonas commited on

Fall back to HF_TOKEN env var for local dev sessions
7872152

akseljoonas commited on

Show cancelled prompt in shimmer status bar instead of chat input placeholder
3b6a2ca

akseljoonas commited on

Merge pull request #31 from huggingface/agent-improvements
296c384

Aksel Joonas Reedi commited on

Update system_prompt_v3.yaml
a07515d

Aksel Joonas Reedi commited on

Improve agent loop, tools, and research subagent for long-running autonomous tasks
73882d9

akseljoonas commited on

Sync main.py: markdown stream buffer, shimmer timing fixes
477a013

akseljoonas commited on

Only show plan_tool output in CLI, hide all other tool outputs
e296da8

akseljoonas commited on

Use Haiku 4.5 for research sub-agent
eba82cc

akseljoonas commited on

Use Haiku for research sub-agent when main model is Anthropic
fd87f8e

akseljoonas commited on

Research stats tick every second via background timer
9d8d295

akseljoonas commited on

Live research stats: tool count, tokens, elapsed time in header
a96af97

akseljoonas commited on

Show full sub-agent tool call lines, no truncation
3d0a369

akseljoonas commited on

Revert "Sub-agent log: tool_name → output_preview on one line"
a6c60ef

akseljoonas commited on

Sub-agent log: tool_name → output_preview on one line
d1b62e5

akseljoonas commited on

Log 20-char output preview for sub-agent tool calls
53f2739

akseljoonas commited on

Sub-agent display: 2 lines, gray, 20 char truncation
ca36d1f

akseljoonas commited on

Indent ASCII banner to match all other output
6132a19

akseljoonas commited on

Indent all agent output, remove turn separator line
ad9fcf9

akseljoonas commited on

Render streamed responses as markdown, indent agent output for alignment
f8cf893

akseljoonas commited on

Hide research sub-agent tool_call and tool_output from CLI display
50ccfe7

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

Full HF-yellow ASCII art banner for CLI
c99339e

akseljoonas commited on

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

akseljoonas commited on

Overhaul CLI visual design with rich-powered formatting
8c7924f

akseljoonas commited on

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

akseljoonas commited on

refactor: append dynamic session context after static system prompt for cache stability
3ed5324

akseljoonas commited on

Deduplicate file re-reads via content hashing for local and sandbox tools
6d4f619

akseljoonas commited on

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

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: also skip plan_tool from deterministic pruning
e561d10

akseljoonas Claude Opus 4.6 (1M context) commited on

fix: skip research tool outputs in deterministic pruning
c130bba

akseljoonas Claude Opus 4.6 (1M context) commited on

Add deterministic pruning of old tool outputs before LLM compaction
64437d0

akseljoonas Claude Opus 4.6 (1M context) commited on

Add per-tool error limits and per-turn request cap
544a574

akseljoonas commited on

fix: move import/signature validation to sandbox, keep host-side lightweight
5f5c156

akseljoonas commited on

fix: infinite re-render loop from Zustand selector returning new []
1867e5e

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on