1. 13a6977 routes: fix log call argument order and pass user_id by Andrew Musselman · 4 days ago main production
  2. fa99daa bedrock-mythos: align param shape with Opus 4.8 and detect adaptive thinking by Andrew Musselman · 4 days ago
  3. a091b36 Adding dev override for testing bedrock-mantle by Andrew Musselman · 5 days ago
  4. 4811cda bedrock-mythos: profile-aware STS session + awscrt dep by Andrew Musselman · 5 days ago
  5. e204646 bedrock-mythos: Mantle-backed provider for Mythos preview by Andrew Musselman · 5 days ago
  6. 5603084 api keys: accessible password toggle + stable test selector by Andrew Musselman · 5 days ago
  7. 74de618 observability: demote 2xx api request logs to DEBUG by Andrew Musselman · 6 days ago
  8. 184bd60 Cleaning up failing nightly by Andrew Musselman · 6 days ago
  9. d197c9c Adding sonnet 4.6 by Andrew Musselman · 6 days ago
  10. c121953 drain pending tasks before closing per-agent thread loop by Andrew Musselman · 6 days ago
  11. cac16b4 show Stopping... on the Stop button after click so users get instant feedback by Andrew Musselman · 8 days ago
  12. d0e1f10 fetch _rev before saving updates in run registry _persist by Andrew Musselman · 8 days ago
  13. 76806c8 drop unsupported sort kwarg from list_for_user db.find call by Andrew Musselman · 8 days ago
  14. 34c02c0 fix settings import in run_registry _get_db by Andrew Musselman · 8 days ago
  15. 6c89591 re-export EVICTION_TTL_SECONDS as alias for backwards-compat by Andrew Musselman · 8 days ago
  16. f7cd843 persist run registry to couchdb so multi-worker prod is consistent by Andrew Musselman · 8 days ago
  17. 08da040 handle CancelledError in run_agent_task so stop actually marks complete by Andrew Musselman · 8 days ago
  18. c5545df poll runs screen while anything is still running by Andrew Musselman · 8 days ago
  19. 6cde4e5 data store: check_should_stop at entry of bulk read methods too by Andrew Musselman · 8 days ago
  20. 8ab8956 make AgentStopped a BaseException so user code cant swallow stops by Andrew Musselman · 8 days ago
  21. 897da2c navigate URL to new run on Run click so Stop targets the displayed run by Andrew Musselman · 8 days ago
  22. 514d8ca refresh past-runs list when a new run starts by Andrew Musselman · 8 days ago
  23. 07a20cb stop the fetchedRun fetch storm on every trace event by Andrew Musselman · 8 days ago
  24. 52586f7 stop now interrupts the agent mid-await (cancel_token on_stop hook) by Andrew Musselman · 8 days ago
  25. 40dc91f show stop button on deep-linked running runs; avoid duplicate history by Andrew Musselman · 8 days ago
  26. f3539b4 vite proxy: match api prefix when followed by query string too by Andrew Musselman · 8 days ago
  27. cfb1697 add delete_many to data store service for filtered bulk deletes by Andrew Musselman · 8 days ago
  28. dd7cda3 path A: run the agent in its own thread so the worker loop stays free by Andrew Musselman · 8 days ago
  29. 8e10216 fix streaming endpoint leaving stopped/errored runs as 'running' by Andrew Musselman · 8 days ago
  30. a876569 bring past-runs section back, sourced from the run registry by Andrew Musselman · 8 days ago
  31. 7f61ed8 mark streaming runs complete, pre-fill from deep link, fix back-arrow loop by Andrew Musselman · 8 days ago
  32. 9a306f9 give dev actual multi-worker parallelism and lift couchdb's scheduler cap by Andrew Musselman · 8 days ago
  33. 9b93916 thread agent_id through runs and deep-link to per-agent run view by Andrew Musselman · 9 days ago
  34. 3df0e9b match running jobs card to other home modules, add /runs page by Andrew Musselman · 9 days ago
  35. 6d6b63e harden RunningJobsModule and reshuffle home page layout by Andrew Musselman · 9 days ago
  36. aef397a stop the boot-order race that floods dev logs with proxy errors by Andrew Musselman · 9 days ago
  37. 97dfdab stop passing kwargs the sync DatabaseService doesn't accept by Andrew Musselman · 9 days ago
  38. 8c3134a actually bind the cancel token so check_should_stop sees it by Andrew Musselman · 9 days ago
  39. b243512 wrap sync CouchDB calls in thread pool for hot-path read endpoints by Andrew Musselman · 9 days ago
  40. 90cb74e wire stop button into RunsScreen and harden home page modules by Andrew Musselman · 9 days ago
  41. a684c23 add stop button for in-flight runs with cooperative cancel by Andrew Musselman · 10 days ago
  42. 3f14995 add home page running jobs module by Andrew Musselman · 10 days ago
  43. b605a1b subscribe to runs by run_id via /runs/{run_id}/stream by Andrew Musselman · 10 days ago
  44. c87c588 add run registry for persistent, replayable runs by Andrew Musselman · 10 days ago
  45. 6a62540 surface session expiry as 401 with X-Auth-Reason header by Andrew Musselman · 9 days ago
  46. 58831d2 ISSUE-008: env vars editor UI by Andrew Musselman · 9 days ago
  47. 8c73bb3 add per-agent environment variables by Andrew Musselman · 10 days ago
  48. 7b95994 Adding workers to uvicorn so agents can run concurrently by Andrew Musselman · 9 days ago
  49. 91d0059 render run output as labeled per-key panels by Andrew Musselman · 9 days ago
  50. 219b6e5 api+nginx: support long-running streamed agent responses by Andrew Musselman · 9 days ago
  51. bc83751 Correcting context window for opus 4.7. and 4.8 by Andrew Musselman · 11 days ago
  52. 3fcfca5 add bedrock config and adaptive-thinking routing for opus 4.7/4.8 by Andrew Musselman · 11 days ago
  53. dc999ad Bumping starlette so fastapi doesn't bring in a vulnerable version by Andrew Musselman · 14 days ago
  54. bf02d0e remove unused axios dependency by Andrew Musselman · 2 weeks ago
  55. 09b422e Update notification emails in .asf.yaml to use issues@tooling by Dave Fisher · 2 weeks ago
  56. fd25e37 Fix observability user IDs on public endpoints (#35) by Miro · 2 weeks ago
  57. e3e55a2 Harden auth against dev stub fallthrough (#37) by Miro · 2 weeks ago
  58. 8ea6fb4 Define settings.AUTH_CONFIG_PATH to stop unauthenticated 500s by Andrew Musselman · 2 weeks ago
  59. 646c15e Retry LLM calls on rate-limit errors with exponential backoff by Andrew Musselman · 2 weeks ago
  60. 307a0bc Fix utcnow deprecation warnings (#34) by Miro · 2 weeks ago
  61. e53b5a4 Bump webpack-dev-server from 5.2.3 to 5.2.4 in /website (#17) by dependabot[bot] · 3 weeks ago
  62. 4b7807c Admin login for testing by Andrew Musselman · 4 weeks ago
  63. b43ef85 auth: tolerate providers that don't echo state in callback by Andrew Musselman · 4 weeks ago
  64. e27674c api: trust X-Forwarded-Proto via --proxy-headers by Andrew Musselman · 4 weeks ago
  65. fffd8eb api: trust X-Forwarded-Proto via --proxy-headers by Andrew Musselman · 4 weeks ago
  66. f9b0561 nginx: preserve upstream X-Forwarded-Proto for OAuth redirect URI by Andrew Musselman · 4 weeks ago
  67. ed0919d auth: use hex state token for OAuth (ASF compatibility) by Andrew Musselman · 4 weeks ago
  68. b4440dd Updates for p6 by Andrew Musselman · 4 weeks ago
  69. 3daf919 Updates for p6 by Andrew Musselman · 4 weeks ago
  70. e6e041b Updates for p6 by Andrew Musselman · 4 weeks ago
  71. b342904 Updates for p6 by Andrew Musselman · 4 weeks ago
  72. 465e28f Merging main into prod by Andrew Musselman · 4 weeks ago
  73. 104d78c Auth glitch fix by Andrew Musselman · 4 weeks ago
  74. 2eba44e chore(security): pin remaining website transitive deps via npm overrides (#16) by Andrew Musselman · 4 weeks ago
  75. d298a06 chore(security): bump webapp deps + pin transitive overrides (#15) by Andrew Musselman · 4 weeks ago
  76. ffefdfe Bump qs from 6.14.1 to 6.14.2 in /website (#14) by dependabot[bot] · 4 weeks ago
  77. 2b53556 chore(security): remove stale package-lock.json, bump pnpm to 10.28.2 (#13) by Andrew Musselman · 4 weeks ago
  78. a766c4a Bump picomatch from 2.3.1 to 2.3.2 in /website (#12) by dependabot[bot] · 4 weeks ago
  79. 894edc4 Bump @babel/plugin-transform-modules-systemjs in /website (#11) by dependabot[bot] · 4 weeks ago
  80. 9540fcc Bump path-to-regexp from 0.1.12 to 0.1.13 in /website (#7) by dependabot[bot] · 4 weeks ago
  81. 8fef767 Bump brace-expansion from 1.1.12 to 1.1.14 in /website (#5) by dependabot[bot] · 4 weeks ago
  82. e3a24ca Bump fast-uri from 3.1.0 to 3.1.2 in /website (#3) by dependabot[bot] · 4 weeks ago
  83. ef1d4ea Bump lodash from 4.17.23 to 4.18.1 in /website (#2) by dependabot[bot] · 4 weeks ago
  84. a61dee6 Bump follow-redirects from 1.15.11 to 1.16.0 in /website (#1) by dependabot[bot] · 4 weeks ago
  85. 72d276a Adding asf yaml by Andrew Musselman · 5 weeks ago
  86. 5bd78a3 fix(agent-config): per-model llm_settings, mutex UX, max_tokens text input, runs page server-of-truth by Andrew Musselman · 5 weeks ago
  87. 3d88b23 perf(data_store): bulk DB ops, optimistic writes, deferred access tracking by Andrew Musselman · 5 weeks ago
  88. 121c673 feat(runs): wire up rename — content edits, history list, gitignore by Andrew Musselman · 5 weeks ago
  89. bbb3df7 feat(runs): rename sandbox→runs, add history list below the form by Andrew Musselman · 6 weeks ago
  90. 112487f test(security): unit tests for log_redaction module by Andrew Musselman · 6 weeks ago
  91. e0849bd feat(security): redact common secret shapes from logs and traces by Andrew Musselman · 6 weeks ago
  92. 35e8709 Auth docs update by Andrew Musselman · 6 weeks ago
  93. 3f41a93 Gofannon user-ready (#577) by Andrew Musselman · 6 weeks ago
  94. 874e379 Clean readme by Andrew Musselman · 7 weeks ago
  95. 3ef3b69 Bumping couch version, specifying two schedulng threads by Andrew Musselman · 8 weeks ago
  96. 078b2e1 Fixing index name to prevent duplicate index rebuilds by Andrew Musselman · 2 months ago
  97. eaddd13 Revert "Gitignore .env" by Andrew Musselman · 3 months ago
  98. 4d39d53 Gitignore .env by Andrew Musselman · 3 months ago
  99. c69b3ab Fixing timeouts and handling scale (#574) by Andrew Musselman · 3 months ago
  100. 7158dac Fixing bedrock model name by Andrew Musselman · 3 months ago