Commit History
fix: recover malformed tool calls instead of crashing session c7899fc
feat: add data audit section to system prompt e9064f3
fix: clear global activity state when switching away from a session 7554f29
fix: reset approval UI state when new approval round arrives f8e758f
fix: wire sandbox bash streaming to frontend panel 6c9f1f6
fix: properly close SDK message on error, show tool errorText b22c5f3
Revert "fix: show errorText for failed tools, bump eval max_iterations to 300" f765eb4
fix: show errorText for failed tools, bump eval max_iterations to 300 b2846f6
fix: protect system prompt in undo, scan backwards for dangling tool calls, gate input on SDK status a13e8cc
fix: patch dangling tool calls on error, move undo to context manager a1ce5bc
stream sandbox creation logs to tool output, fix hf_jobs final status race 9d1a532
replace websocket transport with SSE 564aab6
fix: remove unused StatusDot and isConnected from sidebar a3ff8b4
fix: improve compaction summary prompt, remove sidebar status bar 13ae315
fix: increase sandbox sleep_time to 1500s 5a188fd
sync: org onboarding, model updates, sandbox cleanup, prompt fixes 5af3ab5
fix: buffer websocket events during disconnects and replay on reconnect ca13fee
fix: input tab order and remove auto-scroll on panel open e73460a
feat: input/output toggle in CodePanel, tool error handling 07fe978
fix: merge consecutive assistant messages on page refresh 02e4cdf
fix: show activity status for approval-flow tools and revert chip override d211359
feat: resolve sandbox file paths and show tool description in status ae24efc
fix: use user OAuth token for job creation (has job.write on org) d644dff
fix: inject OAuth token into MCP server headers at runtime 30aa6c1
fix: use optional env var syntax for disabled MCP server config f1d8fd6
fix: route all HF token usage through session.hf_token from OAuth 33f29a8
fix: pass user OAuth token to dataset inspection tool 061ebdc
fix: reconnect WS on session switch instead of deleting dead sessions 838cd50
fix: approval UI not updating after approve click 7b34ae7
feat: per-session WebSocket architecture for parallel chat sessions 27da720
feat: cooperative cancellation, session persistence, background generation 7d17616
feat: implement cooperative agent cancellation with cancel button ecbfd3c
chore: temporarily disable MCP server 4d7cc60
fix: use correct HF API filter param and improve integration tests b95477e
fix: reduce tool selection ambiguity in system prompt d1d8c1f
feat: add hf_papers tool for paper discovery and reading 64bf289
Merge pull request #29 from huggingface/space-merge ed56d3d
Aksel Joonas Reedi commited on
fix: remove TRANSFORMERS_VERBOSITY from sandbox env 574496f
feat: inject OAuth token as HF_TOKEN secret into sandbox Space 38ab4b6
fix: cast unknown to avoid TS2769 in sandbox approval UI 1384bcb
feat: require sandbox_create approval before sandbox operations 6ac731b
Aksel Joonas Reedi commited on
feat: require sandbox_create approval before sandbox operations 642f202
merging frontend to github (png binaries still remain in github history) 39742ba
Aksel Joonas Reedi commited on
fix: use OAuth token for sandbox creation instead of env HF_TOKEN 08153a8
feat: use hf_agent tool descriptions, hardware flavors, and default env 103298c
feat: restore sandbox tools and proactive compaction a644598
feat: merge HF Space improvements 79b2fcc
Sandbox implementation 0ea33d0
Aksel Joonas Reedi commited on