ml-intern / backend

Commit History

Add dataset uploads to Hub (#255)
2b4c539
unverified

lewtun HF Staff OpenAI Codex commited on

Create Hub artifact collections lazily (#245)
60474c1
unverified

lewtun HF Staff OpenAI Codex commited on

Fix Pro entitlement checks (#239)
d7637ba
unverified

lewtun HF Staff OpenAI Codex commited on

Force OAuth refresh after scope changes (#227)
e90638c
unverified

lewtun HF Staff OpenAI Codex commited on

quick wins, after internal audit (#229)
82bad21
unverified

Guillaume Salou commited on

Add collection OAuth scope (#226)
8b35696
unverified

lewtun HF Staff OpenAI Codex commited on

Add ML Intern Hub artifact metadata (#225)
4fc6e96
unverified

lewtun HF Staff OpenAI Codex commited on

Add CI for tests and Ruff (#217)
754345f
unverified

lewtun HF Staff OpenAI Codex commited on

Preserve HF token across restored sessions (#218)
5de6e8f
unverified

lewtun HF Staff OpenAI Codex commited on

Retry sandbox hardware requests (#210)
7636865
unverified

lewtun HF Staff OpenAI Codex commited on

Fallback to free model for gated defaults (#208)
092f909
unverified

lewtun HF Staff OpenAI Codex commited on

Auto-start CPU sandboxes for sessions (#200)
8615c28
unverified

lewtun HF Staff Codex commited on

Add session YOLO auto-approval budget (#201)
77324b8
unverified

lewtun HF Staff Codex commited on

Use HF username for personal trace uploads (#199)
71e1892
unverified

lewtun HF Staff OpenAI Codex commited on

Auto-share session traces to a private HF dataset (#193)
0bd7547
unverified

Darshan Thakare lewtun HF Staff Codex commited on

Add DeepSeek V4 Pro model option (#189)
1b922dd
unverified

lewtun HF Staff Codex commited on

Expose OpenAI models in the UI & make Claude model picker configurable (#183)
5db99fa
unverified

lewtun HF Staff commited on

feat(telemetry): track 5 untracked Bedrock call sites for full cost attribution (#179)
7867a7a
unverified

Guillaume Salou commited on

Track Pro conversions + credits top-up; emit user_id + new KPIs (#174)
2715896
unverified

Aksel Joonas Reedi commited on

Fix _fetch_user_plan after JobsAccess.plan removal (#173)
c21a9b1
unverified

Aksel Joonas Reedi commited on

Bill HF Jobs by namespace credits, drop Pro and org-join gating (#172)
bed4e38
unverified

Aksel Joonas Reedi commited on

Persist Space sessions in MongoDB (#170)
d9d9785
unverified

Aksel Joonas Reedi commited on

fix(sandbox): retry cleanup on transient failures + add backstop sweeper (#163)
1d50c78
unverified

Guillaume Salou commited on

Remember the chosen jobs namespace and clean up the picker dialog (#162)
25d8236
unverified

Aksel Joonas Reedi commited on

Add Slack gateway (#116)
6155b26
unverified

lewtun HF Staff OpenAI Codex commited on

Use `huggingface_hub.get_token()` for auth fallback (#126)
7a76ad1
unverified

abidlabs HF Staff Aksel Joonas Reedi akseljoonas HF Staff commited on

feat(session): include user_id and total_cost_usd in trajectory dump (#136)
645964c
unverified

Guillaume Salou commited on

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: route Claude via Bedrock inference profile (#82)
2fac9ff
unverified

Guillaume Salou commited on

feat(quota): daily Opus cap + HF-org gate + cap dialog (#72)
540437a
unverified

Aksel Joonas Reedi commited on

Title gen: swap Llama-3.1-8B for gpt-oss-120b via Cerebras (#58)
f30ed48
unverified

Aksel Joonas Reedi commited on

Title generation: pin to Llama-3.1-8B-Instruct via Cerebras, plain-text output (#53)
849c88c
unverified

Aksel Joonas Reedi commited on

Restore expired sessions via summary-based catch-up (#52)
962191f
unverified

Aksel Joonas Reedi commited on

Scope model selection per session instead of globally
bf564b6

akseljoonas HF Staff commited on

Route HF inference through /v1 auto-router + add reasoning_effort knob
0a9e96d

akseljoonas HF Staff commited on

Raise MAX_SESSIONS to 200 for 8 vCPU / 32 GB Space
feadff1

akseljoonas HF Staff commited on

Replace multi-screen onboarding with single checklist view
6d7f53f

akseljoonas HF Staff commited on

Add message edit and regenerate from any point in conversation
0611031

akseljoonas HF Staff commited on

Fall back to HF_TOKEN env var for local dev sessions
7872152

akseljoonas HF Staff commited on

fix: exit gracefully on port conflict in dev mode
e10bf6b

akseljoonas HF Staff Claude Opus 4.6 commited on

fix: prevent port conflict in HF Spaces dev mode
65b6449

akseljoonas HF Staff Claude Opus 4.6 commited on

feat: SSE keepalive, reconnection, and is_processing flag
d7f2a7c

akseljoonas HF Staff Claude Opus 4.6 commited on

replace websocket transport with SSE
564aab6

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

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

akseljoonas HF Staff commited on

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

akseljoonas HF Staff commited on