ml-intern / agent

Commit History

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: update system_prompt_v3.yaml (the actual active prompt) to use research tool
f08592e

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas Claude Opus 4.6 commited on

feat: cancel sandbox creation on user interrupt
e7524a8

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

fix: retry sandbox API calls on transient failures
c86aaa8

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

chore: double sandbox command timeouts
aa0f54a

akseljoonas Claude Opus 4.6 commited on

chore: increase sandbox sleep_time to 45 min
9cd534c

akseljoonas Claude Opus 4.6 commited on

fix: clear pending_approval before tool execution starts
c2a3f88

akseljoonas Claude Opus 4.6 commited on

fix: gracefully handle MCP and OpenAPI failures during startup
f4ebc8f

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas Claude Opus 4.6 commited on

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

akseljoonas commited on

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

akseljoonas Claude Opus 4.6 commited on

fix: recover malformed tool calls instead of crashing session
c7899fc

akseljoonas Claude Opus 4.6 commited on

feat: add data audit section to system prompt
e9064f3

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

fix: increase sandbox sleep_time to 1500s
5a188fd

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

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

akseljoonas commited on

fix: use user OAuth token for job creation (has job.write on org)
d644dff

akseljoonas commited on

fix: inject OAuth token into MCP server headers at runtime
30aa6c1

akseljoonas commited on

fix: route all HF token usage through session.hf_token from OAuth
33f29a8

akseljoonas commited on

fix: pass user OAuth token to dataset inspection tool
061ebdc

akseljoonas commited on

feat: implement cooperative agent cancellation with cancel button
ecbfd3c

akseljoonas commited on

fix: use correct HF API filter param and improve integration tests
b95477e

akseljoonas commited on