ml-intern / agent

Commit History

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

akseljoonas HF Staff commited on

Indent ASCII banner to match all other output
6132a19

akseljoonas HF Staff commited on

Indent all agent output, remove turn separator line
ad9fcf9

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

Full HF-yellow ASCII art banner for CLI
c99339e

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

Overhaul CLI visual design with rich-powered formatting
8c7924f

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff Claude Opus 4.6 (1M context) commited on

fix: also skip plan_tool from deterministic pruning
e561d10

akseljoonas HF Staff Claude Opus 4.6 (1M context) commited on

fix: skip research tool outputs in deterministic pruning
c130bba

akseljoonas HF Staff Claude Opus 4.6 (1M context) commited on

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

akseljoonas HF Staff Claude Opus 4.6 (1M context) commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

feat: emit tool_log events from research sub-agent for UI liveness
44be1d7

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on

feat: render cancelled tool state in UI after user interrupt
887da19

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: cancel sandbox creation on user interrupt
e7524a8

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: kill sandbox processes and cancel HF jobs on user interrupt
3c91fc8

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: auto-retry on truncated tool calls + correct activity status on refresh
8e63f40

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: retry sandbox API calls on transient failures
c86aaa8

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: live event streaming after reconnection + LiteLLM timeout
47d6895

akseljoonas HF Staff Claude Opus 4.6 commited on

chore: double sandbox command timeouts
aa0f54a

akseljoonas HF Staff Claude Opus 4.6 commited on

chore: increase sandbox sleep_time to 45 min
9cd534c

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: clear pending_approval before tool execution starts
c2a3f88

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: gracefully handle MCP and OpenAPI failures during startup
f4ebc8f

akseljoonas HF Staff Claude Opus 4.6 commited on

refactor: simplify tool call validation and make interrupts cancel tool execution
f03cbf4

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: prompt for HF token interactively when not found
669d4da

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: CLI local mode, slash commands, interrupt support; remove lmnr; frontend fixes
82b0c13

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: correct context_length init and emit tool_call events for malformed calls
288473a

akseljoonas HF Staff commited on

fix: handle interrupt during streaming tool calls without corrupting context
4eb958e

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: recover malformed tool calls instead of crashing session
c7899fc

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: add data audit section to system prompt
e9064f3

akseljoonas HF Staff commited on

fix: properly close SDK message on error, show tool errorText
b22c5f3

akseljoonas HF Staff commited on

fix: protect system prompt in undo, scan backwards for dangling tool calls, gate input on SDK status
a13e8cc

akseljoonas HF Staff commited on

fix: patch dangling tool calls on error, move undo to context manager
a1ce5bc

akseljoonas HF Staff commited on

stream sandbox creation logs to tool output, fix hf_jobs final status race
9d1a532

akseljoonas HF Staff commited on

fix: improve compaction summary prompt, remove sidebar status bar
13ae315

akseljoonas HF Staff commited on

fix: increase sandbox sleep_time to 1500s
5a188fd

akseljoonas HF Staff commited on

sync: org onboarding, model updates, sandbox cleanup, prompt fixes
5af3ab5

akseljoonas HF Staff commited on

fix: buffer websocket events during disconnects and replay on reconnect
ca13fee

akseljoonas HF Staff commited on

feat: resolve sandbox file paths and show tool description in status
ae24efc

akseljoonas HF Staff commited on