Spaces:
Running
Running
Commit History
Preserve streamed thinking metadata with live model tests (#150) d408a51 unverified
Aksel Joonas Reedi commited on
Preserve thinking state across tool turns (#143) 59b2038 unverified
Aksel Joonas Reedi commited on
Keep repetition guard internal (#144) e8ed637 unverified
Aksel Joonas Reedi commited on
fix(cli): persist HF user id in saved sessions (#146) 2083476 unverified
Run jobs under user or org accounts with upgrade / org-pick UX (#132) ff8c636 unverified
Aksel Joonas Reedi commited on
Fix CLI rendering corruption and split CLI/frontend model defaults (#121) 3eec386 unverified
Aksel Joonas Reedi commited on
feat(observability) 2a2e170 unverified
Aksel Joonas Reedi commited on
feat: enable Anthropic prompt caching on system prompt and tools (#69) 5d357ba unverified
fix /model switcher with effort params e2552e8 unverified
Aksel Joonas Reedi commited on
Read max context from litellm + compact at 90% (#54) 28b8f2b unverified
Aksel Joonas Reedi commited on
Fix parallel-research display: per-call stats in CLI and web UI (#49) 5ab7c4e unverified
Route HF inference through /v1 auto-router + add reasoning_effort knob 0a9e96d
Fall back to user HF token for router when INFERENCE_TOKEN is unset (#39) 182ddee unverified
Aksel Joonas Reedi Claude Opus 4.7 (1M context) commited on
Refactor approval handling and enhance markdown table styles 4501765
Improve agent loop, tools, and research subagent for long-running autonomous tasks 73882d9
feat: add headless CLI mode with local filesystem tools and rich terminal rendering 577ec48
feat: LLM-based pruning for complex tool outputs (hf_jobs) d4b1495
Add deterministic pruning of old tool outputs before LLM compaction 64437d0
Add per-tool error limits and per-turn request cap 544a574
feat: add doom-loop detection for repeated tool call patterns d3bb2d2
feat: render cancelled tool state in UI after user interrupt 887da19
feat: kill sandbox processes and cancel HF jobs on user interrupt 3c91fc8
fix: auto-retry on truncated tool calls + correct activity status on refresh 8e63f40
fix: live event streaming after reconnection + LiteLLM timeout 47d6895
fix: clear pending_approval before tool execution starts c2a3f88
refactor: simplify tool call validation and make interrupts cancel tool execution f03cbf4
feat: CLI local mode, slash commands, interrupt support; remove lmnr; frontend fixes 82b0c13
fix: correct context_length init and emit tool_call events for malformed calls 288473a
fix: handle interrupt during streaming tool calls without corrupting context 4eb958e
fix: recover malformed tool calls instead of crashing session c7899fc
fix: properly close SDK message on error, show tool errorText b22c5f3
fix: patch dangling tool calls on error, move undo to context manager a1ce5bc
feat: resolve sandbox file paths and show tool description in status ae24efc
fix: route all HF token usage through session.hf_token from OAuth 33f29a8
feat: implement cooperative agent cancellation with cancel button ecbfd3c
feat: restore sandbox tools and proactive compaction a644598
feat: merge HF Space improvements 79b2fcc
adding compaction 369d828
sandbox working and agent can use it 786b8bc
add create sandbox tool 2464c2e
log streaming b7bfe6f
Henri Bonamy commited on
Add hf_repo_files and hf_repo_git tools bea6687
Fix: look for hardware_flavor at top level of tool_args, not nested ea8fe87
Merge configurable-permissions: add confirm_cpu_jobs, auto_file_upload, keep yolo mode d8e979d
fixing logs 990ecba
Add yolo mode for auto-approving tool calls f4655f7
cleaned comments f5e1da2
Yoan Di Cosmo commited on
Add auto_file_upload and confirm_cpu_jobs config settings 3fa386c
Yoan Di Cosmo commited on