Commit Graph

  • d06d88b83f switch qwen to nvidia/Qwen3.6-27B-NVFP4 with MTP 2-token spec-decode Patrick Buckley 2026-07-05 17:09:27 -07:00
  • c411aac939 fix: cover secret_access_key/aws_secret_access_key multi-segment key patterns Patrick Buckley 2026-07-05 22:51:24 +00:00
  • 104715b650 fix: restore bare token=/key= matching with negative lookbehind to avoid monkey FP Patrick Buckley 2026-07-05 15:44:21 -07:00
  • 59a9899149 Fix false positives and perf issue in credential redaction Patrick Buckley 2026-07-05 22:33:19 +00:00
  • 4da7c3b91c fix(redact): harden credential redaction and restore JS/backend parity Patrick Buckley 2026-07-05 13:15:09 -07:00
  • 012f4e3e16 Add client-side credential redaction for tool call cards Patrick Buckley 2026-07-05 11:57:48 -07:00
  • 3636724848 fix(core): scrub credentials and control chars from tool-args log preview Patrick Buckley 2026-07-05 11:40:01 -07:00
  • eeda5ac312 fix(core): legalize malformed tool-call arguments before the wire Patrick Buckley 2026-07-05 11:24:55 -07:00
  • be872b840f fix(ui): make pane hotkeys work off macOS and match across surfaces Patrick Buckley 2026-07-05 08:24:24 -07:00
  • 4350248d8f fix(oidc): carry the opt-in hint on discovered-endpoint rejections Patrick Buckley 2026-07-06 21:45:45 -07:00
  • 9c74673fd4 feat(oidc): allow_private_network opt-in for self-hosted IdPs Patrick Buckley 2026-07-06 21:36:47 -07:00
  • 19b1a04f17 fix(redaction): match connection-string schemes case-insensitively Patrick Buckley 2026-07-06 21:42:16 -07:00
  • ed2623ff44 fix(redaction): match SQLAlchemy driver schemes; add FE prefilter bailout Patrick Buckley 2026-07-06 21:23:38 -07:00
  • 625218b7b5 docs: price the learned veto's influence channels in HYPOTHESIS.md Patrick Buckley 2026-07-06 21:10:30 -07:00
  • a029849724 fix(models): keep raw exception text out of client-construction 503s Patrick Buckley 2026-07-06 21:04:12 -07:00
  • 9c2e809b26 fix(models): surface client-construction failures as factory misconfig Patrick Buckley 2026-07-06 20:56:04 -07:00
  • 51ed336989 fix(storage): survive oversized rows in postgres history search Patrick Buckley 2026-07-06 20:56:04 -07:00
  • 90663ce695 fix(core): defer tool deepcopy until a description actually changes Patrick Buckley 2026-07-06 20:50:41 -07:00
  • bd37bcd1ec fix(core): keep agent-tool render idempotent so no-persona sessions share the tool constant Patrick Buckley 2026-07-06 20:42:00 -07:00
  • a61d454df5 docs: add funding button (GitHub Sponsors + PayPal) Patrick Buckley 2026-07-06 20:27:45 -07:00
  • 78f7b12c2d docs: add funding button (GitHub Sponsors + PayPal) chore/funding-button Patrick Buckley 2026-07-06 20:27:45 -07:00
  • 647939fe4d fix(personas): repr the input in the not-found resolver error Patrick Buckley 2026-07-06 19:57:06 -07:00
  • 457b01737a feat(personas): agent discoverability + forgiving name resolution Patrick Buckley 2026-07-06 19:45:41 -07:00
  • a40ff249ec fix: address review — request-scoped storage in coord tenancy checks Patrick Buckley 2026-07-06 19:05:08 -07:00
  • 36419a9809 fix: scope private-project workstream visibility to members, not admins Patrick Buckley 2026-07-06 17:47:35 -07:00
  • 0c2c534c86 fix(mcp): route pool transport lifecycles through per-entry owner tasks (#788) Patrick Buckley 2026-07-06 18:46:28 -07:00
  • 5fded65b82 chore(deps): lock file maintenance renovate[bot] 2026-07-07 01:02:32 +00:00
  • 7da731cbe1 test(mcp): narrow the escape test's waiter catch to explicit types Patrick Buckley 2026-07-06 18:18:44 -07:00
  • 8ed86ae7ab fix(mcp): replace owner BaseException arm with targeted catch + finally delivery Patrick Buckley 2026-07-06 18:10:19 -07:00
  • ed30e4f0bf fix(mcp): harden disarm-sweep loop guard and owner BaseException arm Patrick Buckley 2026-07-06 17:51:38 -07:00
  • 62f62ae624 fix(mcp): route static transport lifecycles through per-server owner tasks Patrick Buckley 2026-07-06 16:39:29 -07:00
  • 5ae6c2316f chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.27 renovate[bot] 2026-07-07 01:01:41 +00:00
  • d793adb24c chore(deps): update anthropics/claude-code-action digest to f87768c renovate[bot] 2026-07-07 01:01:36 +00:00
  • 3cf94dd80f chore(deps): lock file maintenance renovate[bot] 2026-07-06 09:49:25 +00:00
  • 0422f9214a chore(deps): update github actions renovate[bot] 2026-07-06 09:48:43 +00:00
  • 4428e185e5 switch qwen to nvidia/Qwen3.6-27B-NVFP4 with MTP 2-token spec-decode Patrick Buckley 2026-07-05 17:09:27 -07:00
  • c5ff3147ce fix: cover secret_access_key/aws_secret_access_key multi-segment key patterns Patrick Buckley 2026-07-05 22:51:24 +00:00
  • bfcfb0c791 fix: restore bare token=/key= matching with negative lookbehind to avoid monkey FP Patrick Buckley 2026-07-05 15:44:21 -07:00
  • cbf5c5f3b6 Fix false positives and perf issue in credential redaction Patrick Buckley 2026-07-05 22:33:19 +00:00
  • 31a1d5c3ee fix(redact): harden credential redaction and restore JS/backend parity Patrick Buckley 2026-07-05 13:15:09 -07:00
  • 93a7486cc2 Add client-side credential redaction for tool call cards Patrick Buckley 2026-07-05 11:57:48 -07:00
  • 6b36d862b1 Add client-side credential redaction for tool call cards feat/tool-output-credential-redaction Patrick Buckley 2026-07-05 11:57:48 -07:00
  • 56624f9597 fix(core): scrub credentials and control chars from tool-args log preview Patrick Buckley 2026-07-05 11:40:01 -07:00
  • 16a68ae6d6 fix(core): legalize malformed tool-call arguments before the wire Patrick Buckley 2026-07-05 11:24:55 -07:00
  • 2d4cb6fea9 fix(ui): make pane hotkeys work off macOS and match across surfaces Patrick Buckley 2026-07-05 08:24:24 -07:00
  • ee94ae8ba1 chore: bump version to 1.7.0 v1.7.0 Patrick Buckley 2026-07-05 06:37:56 -07:00
  • 357d00400e docs(changelog): document the 1.7.0 stable release Patrick Buckley 2026-07-05 06:33:13 -07:00
  • 3615f98c19 Fix send button stuck disabled by pruning orphaned approval cycles (#775) Patrick Buckley 2026-07-05 06:03:40 -07:00
  • 801d5dfb59 chore: bump version to 1.7.0rc1 v1.7.0rc1 Patrick Buckley 2026-07-05 02:03:18 -07:00
  • a352b20786 chore: bump version to 1.7.0a7 Patrick Buckley 2026-07-05 02:02:16 -07:00
  • 6f8efaa44e test(golden): freeze the anthropic-compatible reasoning-effort wire Patrick Buckley 2026-07-05 01:59:14 -07:00
  • 9c90fe2722 fix(console): distinct effort label for native-adaptive none vs local toggle Patrick Buckley 2026-07-05 01:51:59 -07:00
  • 1035fe05eb fix(console): effort annotations say in plain words what the request carries Patrick Buckley 2026-07-05 01:35:53 -07:00
  • 530958e06b fix(providers): the session effort level always reaches the local-lane wire Patrick Buckley 2026-07-05 01:35:43 -07:00
  • e136237b63 fix(providers): openai-compatible never consults the commercial table Patrick Buckley 2026-07-05 01:05:47 -07:00
  • 41e9907803 fix(console): available-models rows always carry effort_ladder Patrick Buckley 2026-07-05 00:50:17 -07:00
  • 7c34d859b4 test(sdk): update stale send() vitest expectations to the path-keyed contract Patrick Buckley 2026-07-05 01:54:46 -07:00
  • 16ee4e12ef fix(sdk): mark 1.7-added approval-cycle fields optional in the TS SDK Patrick Buckley 2026-07-05 01:52:38 -07:00
  • 976c07d047 fix(ui): make the App the sole owner of sendBtn.disabled Patrick Buckley 2026-07-05 01:52:38 -07:00
  • 8da5dc3f5a docs(api): regenerate OpenAPI specs for the details-list contract Patrick Buckley 2026-07-05 01:25:09 -07:00
  • 7f0e0406b3 test(approvals): concurrency matrix + suite migration to the cycle model Patrick Buckley 2026-07-05 01:16:37 -07:00
  • 6c94514106 feat(ui): concurrent approval cards in the interactive and coordinator frontends Patrick Buckley 2026-07-05 01:16:37 -07:00
  • 0d0fe8dd71 feat(channels): cycle-keyed approval tracking in Slack and Discord Patrick Buckley 2026-07-05 01:16:22 -07:00
  • 18c3301428 feat(api): cycle-routed approval resolution across server, console, schemas, SDKs Patrick Buckley 2026-07-05 01:16:22 -07:00
  • 185dcc2960 feat(judge): sub-agent gates run the intent pipeline as their own generation Patrick Buckley 2026-07-05 01:16:09 -07:00
  • 0fe8e4106f feat(approvals): concurrent approval-cycle registry in SessionUIBase Patrick Buckley 2026-07-05 01:16:00 -07:00
  • fd65a490dc chore: keep design docs local-only Patrick Buckley 2026-07-05 01:16:00 -07:00
  • 3607517814 fix(providers): registry effort truth — o-series/gpt-5.5/codex-max/sonnet-5; forward declared none Patrick Buckley 2026-07-04 20:42:44 -07:00
  • a0e04a8588 fix(providers): effort snapping is ordinal — round up, cap at the ceiling Patrick Buckley 2026-07-04 20:29:12 -07:00
  • ffe8214cfe test(providers): ladder-to-wire effort parity harness across all lanes Patrick Buckley 2026-07-04 20:10:54 -07:00
  • 1f63f622c9 fix(providers): xai effort ladder is flat-only; share the suppression rule Patrick Buckley 2026-07-04 20:10:44 -07:00
  • f4701bf0f9 test(golden): re-baseline Google wire payloads for the effort knob Patrick Buckley 2026-07-04 18:13:06 -07:00
  • 06cc184227 fix(console): address verified external-audit findings on the effort ladder Patrick Buckley 2026-07-04 17:53:40 -07:00
  • 59a527f2f2 feat(console): surface each model's effective effort ladder Patrick Buckley 2026-07-04 01:32:33 -07:00
  • d7941c88be fix(providers): thread the session effort knob to Gemini Patrick Buckley 2026-07-04 01:22:43 -07:00
  • c64dc16319 feat(console): Always-on thinking-mode option in the model form Patrick Buckley 2026-07-04 01:19:24 -07:00
  • d564cee43d docs(providers): ground the effort_param values caution in official template contracts Patrick Buckley 2026-07-04 01:05:39 -07:00
  • 2cf23b6fe2 fix(providers): address high-effort review of the reasoning-knob branch Patrick Buckley 2026-07-04 00:40:45 -07:00
  • 68b22adfa3 feat(providers): share the effort-knob→chat_template_kwargs mapping with the openai-compatible lane Patrick Buckley 2026-07-04 00:21:47 -07:00
  • 9289693730 fix(providers): drive reasoning via chat_template_kwargs on the anthropic-compatible lane Patrick Buckley 2026-07-04 00:10:37 -07:00
  • deff44bcea Addendum to Entra ID's... proclivities (#772) metaclassing 2026-07-04 18:48:52 -05:00
  • 217d3a3a9b feat(mcp): autonomous reconnect + liveness for static MCP servers (#768) Patrick Buckley 2026-07-04 07:40:48 -07:00
  • bcf509a440 Drop dead last_ws_id/last_tool_call_id columns from mcp_pending_consent Stefano Maffeis 2026-07-04 06:09:34 +00:00
  • 10f726f83d docs(mcp): correct _write_pending_consent last_ws_id/last_tool_call_id note Patrick Buckley 2026-07-03 22:07:16 -07:00
  • acc262c405 feat(mcp): proactively keep consented OAuth (OBO) tokens fresh for unattended work Patrick Buckley 2026-07-03 20:58:38 -07:00
  • 62034378c6 fix(skills): address Copilot review — task_agent doc refs + gate fail-closed on missing storage Patrick Buckley 2026-07-03 15:38:55 -07:00
  • bcb8c5ab88 fix(skills): harden task_agent / persona / skill activation from whole-PR review Patrick Buckley 2026-07-03 06:04:09 -07:00
  • fec5067fcd feat(skills): gate model-initiated load of high/critical-risk skills Patrick Buckley 2026-07-03 05:18:14 -07:00
  • b0ed67aa60 refactor(skills): move applied-skill body out of the identity system message Patrick Buckley 2026-07-03 05:07:30 -07:00
  • c023272b16 refactor(skills): task_agent identity from persona, skill demoted to capability Patrick Buckley 2026-07-03 04:52:07 -07:00
  • 3568a6db50 refactor(skills): unify skill-body substitution across invocation contexts Patrick Buckley 2026-07-03 03:30:15 -07:00
  • 9bf8d5699b fix(test): harden resolve_when_pending — cancellable worker (review) Patrick Buckley 2026-07-03 19:13:01 -07:00
  • c0ff00a1ff fix(test): eliminate lost-wakeup race in approval-prompt tests Patrick Buckley 2026-07-03 19:05:06 -07:00
  • 45010f5890 fix(eval): address Copilot review — checkout-agnostic docs + skill validation Patrick Buckley 2026-07-03 17:29:11 -07:00
  • 845df69031 feat(eval): skill-adherence measurement mode Patrick Buckley 2026-07-03 17:16:22 -07:00
  • 535a119b51 fix(eval): address Copilot review — checkout-agnostic docs + skill validation eval/skill-adherence Patrick Buckley 2026-07-03 17:29:11 -07:00
  • d47d528d9a chore(deps): update github actions renovate[bot] 2026-07-03 23:53:15 +00:00
  • d30058ee90 feat(eval): skill-adherence measurement mode Patrick Buckley 2026-07-03 17:16:22 -07:00
  • 50d0e6343f fix(eval): drop dead session rebind flagged in review Patrick Buckley 2026-07-03 16:37:22 -07:00
  • 7053439e84 refactor(eval): split measurement core from prompt optimizer Patrick Buckley 2026-07-03 15:54:55 -07:00