Commit Graph
3095 Commits
Author SHA1 Message Date
Cyrus GrayandGitHub 8c8180378c fix(agent-world): confirm bounty creation with a success toast (#3837) 2026-06-19 09:08:50 -07:00
Cyrus GrayandGitHub a05be91e24 fix(agent-world): send RFC3339 job deadline to avoid HTTP 400 (#3835) 2026-06-19 09:08:26 -07:00
Cyrus GrayandGitHub 84eea193cc fix(agent-world): publish a directory card on identity registration (#3847) 2026-06-19 09:07:56 -07:00
Cyrus GrayandGitHub 52a402922c chore(shell): remove the language picker from the sidebar header (#3810) 2026-06-19 17:30:08 +05:30
Cyrus GrayandGitHub a4925927f2 feat(shell): icon-only nav rail when the sidebar is collapsed (#3802) 2026-06-19 16:59:52 +05:30
2da20d2578 fix(appimage): always replace bundled ld-linux from host system to prevent glibc mismatch crash (#3645)
Co-authored-by: 0xhis <0xhis@users.noreply.github.com>
2026-06-19 13:37:51 +05:30
github-actions[bot] fb951b5c4c chore(staging): v0.57.46 v0.57.46-staging 2026-06-19 07:25:32 +00:00
github-actions[bot] 297e07b48f chore(release): v0.57.45 2026-06-19 07:24:29 +00:00
1f00ab79b1 feat(rewards): Discord connect + disconnect/re-link on the Rewards page (#3766)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 11:38:08 +05:30
e2355ba142 feat(agent-world): native tiny.place integration (Feed, Messages, Jobs, Bounties, Marketplace, x402, Signal DMs) (#3780)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-18 13:29:49 -07:00
obchainandGitHub 5385fedf0d i18n(openhuman-link): localize account-status and notification strings (#3702) 2026-06-18 18:00:26 +05:30
Steven EnamakelandGitHub d798bf8299 fix(e2e): adapt Playwright specs + Vitest setup to chat-as-home shell (#3751) (#3754) 2026-06-18 17:57:45 +05:30
obchainandGitHub 628f40d69b i18n(model-council): localize model-hint picker labels (#3704) 2026-06-18 17:56:34 +05:30
obchainandGitHub eceb2d135d fix(conscious): prevent duplicate conscious-loop runs from rapid triggers (#3708) 2026-06-18 17:55:35 +05:30
f64e294f29 feat(agent_orchestration): cancel detached sub-agents when parent thread is closed (#3742)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-18 12:54:28 +05:30
975a478eda fix(agent): ground time-relative statements in the live clock (#3602) (#3752)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-18 12:54:03 +05:30
3cf3c5443b feat: wire up Connect Discord OAuth on the Rewards page (#3748)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 12:50:00 +05:30
Steven EnamakelandGitHub b184a1ba2a feat(webview): add gmail, outlook, instagram, twitter providers (#3755) 2026-06-17 18:36:04 -07:00
github-actions[bot] 0eb7d3a3c0 chore(release): v0.57.44 v0.57.44 2026-06-17 22:17:23 +00:00
github-actions[bot] b2719903a3 chore(release): v0.57.43 2026-06-17 20:46:10 +00:00
Steven EnamakelandGitHub 730a8650b3 feat(shell): root two-panel layout — unified sidebar + chat-as-home (#3751) 2026-06-17 13:44:49 -07:00
901ae507f5 fix(rpc): alias health/health.snapshot/health.status/health.get to health_snapshot (#3566) (#3743)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-17 22:50:58 +05:30
3623bb7115 fix(rpc): stop unknown-method probe traffic from paging Sentry (#3567) (#3744)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-17 20:39:43 +05:30
sanil-23andGitHub a229edea36 fix(auth): surface the silent /auth/me store-failure that bounces login to signin (#3734) 2026-06-17 18:26:17 +05:30
YellowSnnowmannandGitHub decfc5b89b feat(agent_meetings): post-call meeting summary + context label (#3709) 2026-06-17 17:25:35 +05:30
YellowSnnowmannandGitHub 5265525761 feat(meetings): calendar-triggered auto-join prompt + Meeting Assistant settings UI (#3721) 2026-06-17 17:23:57 +05:30
github-actions[bot] bacf4e36a5 chore(staging): v0.57.42 v0.57.42-staging 2026-06-17 10:17:49 +00:00
e6ca837c1a feat(skills): catalog-driven run_skill flow + mid-session skill refresh (#3722)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-17 15:29:32 +05:30
d50317e521 feat(conversations): background tasks panel + idle-gated batched delivery for detached sub-agents (#3735)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 15:10:17 +05:30
YellowSnnowmannandGitHub eaad68ecaa fix(meetings): populate Recent calls for backend meet flow (owner, duration, participants) (#3710) 2026-06-17 13:31:30 +05:30
sanil-23andGitHub a1b7c29338 fix(chat): classify resume-on-reopen errors + de-poison thread (#3714)
Classifies resume-on-reopen failures (session_expired / network / poisoned-history) instead of the generic catch-all, and evicts a 400-poisoned warm session so the thread self-heals. Closes #3714.
2026-06-17 13:14:03 +05:30
sanil-23andGitHub c818f026cb fix(mcp): surface 401s as an actionable "needs sign-in" state (#3719)
Closes #3719. MCP HTTP 401s now report a distinct `Unauthorized` state (typed McpUnauthorizedError + atomic ConnectFailure snapshot) with a localized 'Sign in' notice instead of a raw-error dead-end; recovery polling + i18n across 14 locales.
2026-06-17 13:11:28 +05:30
sanil-23andGitHub cdadf316aa fix(chat): only deliver proactive messages to a fresh thread (#3713)
Gate proactive (morning brief / subconscious) delivery on thread freshness via threadHasMessages(); reuse a thread only when provably empty, else open a new thread. Unknown/unloaded metadata fails closed. Closes #3713.
2026-06-17 13:10:20 +05:30
sanil-23andGitHub 9abeda33c3 fix(scheduler-agent): scope boundary so calendar/meet-link reads don't mis-route to the scheduler (#3717) (#3731) 2026-06-17 13:10:09 +05:30
sanil-23andGitHub bd5db5e95f fix(conversations): render task insights panel once after full response (#3717 Bug 2) (#3726) 2026-06-17 13:09:31 +05:30
ZhangandGitHub f3086ca90c test(observability): cover session-expired before_send events (#3662) 2026-06-16 18:43:49 +05:30
ZhangandGitHub eae73c9de0 test(observability): cover updater GitHub 403 message events (#3661) 2026-06-16 17:07:26 +05:30
ZhangandGitHub 171b5ee140 test(observability): cover custom_openai Ollama timeout chain (#3660) 2026-06-16 17:06:59 +05:30
ZhangandGitHub 7dbbb9d71c test(observability): cover custom_openai 502 transient shape (#3659) 2026-06-16 17:06:03 +05:30
ZhangandGitHub 34fb879f71 test(observability): cover Composio list_connections 503 wrappers (#3658) 2026-06-16 17:05:05 +05:30
afab6e5ede fix(embeddings): prevent + handle LM Studio "No models loaded" embed flood (Sentry TAURI-RUST-4P4) (#3687) (#3688)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-16 00:19:42 -07:00
461f39bd6b feat(agent-team): live teammate execution + messaging (#3374) (#3637)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-16 12:49:31 +05:30
6b6db6129a feat(memory): windowed cover_window tool + 24h morning brief (#3700)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 23:39:28 -07:00
756b434821 feat(agent): vision-v1 tier + vision sub-agent for image understanding (#3699)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:53:37 -07:00
1e0985f576 [merge 3/5] test: agent harness behaviors JSON-RPC E2E suite (#3471) (#3667)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:41:43 -07:00
bf6fd85006 feat(intelligence): worktree isolation frontend + RPC wiring (#3376) (#3696)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:41:26 -07:00
6c89396e6f fix(inference): demote BYO provider 401/403 auth failures from Sentry (#3671) (#3689)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:40:47 -07:00
7811bb0ab8 feat(agentbox): GMI Cloud AgentBox marketplace adapter (#3620) (#3651)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 19:02:51 -07:00
a2051b1307 fix(inference): use Codex client version for OAuth (#3414)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-06-15 18:32:07 -07:00
oxoxDevandGitHub ae24451b2a feat(intelligence): workflow orchestration UI + approval card (#3375) (#3697) 2026-06-15 18:29:12 -07:00