Commit Graph

  • a4b55d9e42 fix(mcp): gate unix-only spill permission APIs for windows builds Dark-Alex-17 2026-08-24 20:15:57 -06:00
  • c8b00b20bc docs: document MCP resources and prompts support Dark-Alex-17 2026-08-24 20:07:43 -06:00
  • eb37f8bb46 feat(mcp): bound tool-result passthrough and surface resource audience annotations Dark-Alex-17 2026-08-24 19:57:59 -06:00
  • 6fade71e8c feat(mcp): add mcp_prompt meta-tool and harden prompt display rendering Dark-Alex-17 2026-08-24 19:16:38 -06:00
  • 61a3cfb662 feat(repl): add .prompt command with live staged tab-completion Dark-Alex-17 2026-08-24 18:53:58 -06:00
  • 67819784b7 feat(mcp): add mcp_read meta-tool for resource reads Dark-Alex-17 2026-08-24 17:53:45 -06:00
  • 437512fd6d feat(mcp): gate meta-function emission on advertised server capabilities Dark-Alex-17 2026-08-24 17:09:19 -06:00
  • ef88b6a2c8 feat(mcp): add render.rs content policy (text paging, pattern filter, blob spill) Dark-Alex-17 2026-08-24 16:45:19 -06:00
  • d68f4ecaeb feat(mcp): extend the server catalog to resources, templates, and prompts Dark-Alex-17 2026-08-24 16:07:21 -06:00
  • 01ada1da18 refactor(mcp): centralize meta-function prefix predicates and fix list_tools pagination Dark-Alex-17 2026-08-24 15:50:44 -06:00
  • 7caa24d090 docs(plans): add MCP resources & prompts design (v1.3, gate-approved) Dark-Alex-17 2026-08-24 15:33:43 -06:00
  • 0e941fb360 feat: complete --filter and --force on the first .install argument Dark-Alex-17 2026-08-25 10:01:05 -06:00
  • b972c12559 docs: extend the mattpocock/skills credit to the grilling adaptation Dark-Alex-17andSisyphus 2026-08-24 15:12:37 -06:00
  • f8cab9b439 feat: run design interviews as grilling frontier rounds across the planning agents Dark-Alex-17andSisyphus 2026-08-24 15:12:37 -06:00
  • 45333db5c2 feat: add a grilling skill for frontier-round design interviews Dark-Alex-17andSisyphus 2026-08-24 15:12:37 -06:00
  • 7748b953f0 docs: extend the mattpocock/skills credit to the codebase-design adaptations Dark-Alex-17andSisyphus 2026-08-24 15:07:50 -06:00
  • 720591d24a feat: add an on-demand architecture-reviewer agent for deepening scans Dark-Alex-17andSisyphus 2026-08-24 15:07:50 -06:00
  • dbb0c51b7e feat: add a codebase-design skill with the deep-module design vocabulary Dark-Alex-17andSisyphus 2026-08-24 15:07:50 -06:00
  • 71cd50fe4d docs: credit mattpocock/skills for the diagnosing-bugs and smell-baseline adaptations Dark-Alex-17andSisyphus 2026-08-24 15:02:12 -06:00
  • b5863dded0 feat: add a feedback-loop-first diagnosing-bugs skill to the coding suite Dark-Alex-17andSisyphus 2026-08-24 15:02:12 -06:00
  • 03116d2f42 feat: add a Fowler code-smell baseline to the code-review skill Dark-Alex-17andSisyphus 2026-08-24 15:02:12 -06:00
  • 9b23247815 feat: flag duplicate helpers in code reviews with a repo-wide DRY check Dark-Alex-17andSisyphus 2026-08-24 14:46:38 -06:00
  • 3493b01e9a feat: add a transactional-integrity review skill to the code review gate Dark-Alex-17andSisyphus 2026-08-24 14:46:38 -06:00
  • fd989c44d0 feat: add an operational-history prior-art lane to the code-reviewer agent Dark-Alex-17andSisyphus 2026-08-24 14:46:13 -06:00
  • e7307da6a9 feat: support name=value macro arguments with variable tab completion Dark-Alex-17 2026-08-24 14:20:21 -06:00
  • b6721d6a15 feat: add --help guides to the .install and .uninstall REPL commands Dark-Alex-17 2026-08-24 13:58:09 -06:00
  • 9e72a52b1c Merge pull request #17 from Dark-Alex-17/feat/bundle-provenance Alex Clarke 2026-08-24 11:23:25 -06:00
  • 30c1637dff refactor: Refactored some bundle const locations Dark-Alex-17 2026-08-24 11:14:54 -06:00
  • 6b5535956d fix: harden the bundle lifecycle per code review Dark-Alex-17 2026-08-21 20:59:12 -06:00
  • fdfe4ba023 refactor!: drop the .install remote migration hint Dark-Alex-17 2026-08-21 20:35:12 -06:00
  • 8f02bf1c33 refactor!: drop the --install-from tombstone entirely Dark-Alex-17 2026-08-21 20:23:38 -06:00
  • 80b082423c fix: address code review findings on the bundle lifecycle Dark-Alex-17 2026-08-21 20:07:57 -06:00
  • 4324d551d6 fix: reserve category names, confirm fork-name collisions, report secrets on uninstall Dark-Alex-17 2026-08-21 19:39:06 -06:00
  • 1136b1385b docs: removed extra fluff on bundles from the main README Dark-Alex-17 2026-08-21 19:22:41 -06:00
  • 84b90bfe26 style: remove em-dashes from comments and the uninstall selector Dark-Alex-17 2026-08-21 19:14:15 -06:00
  • 53ccbda97c feat: expand owner/repo shorthand for --install with a --git-host flag Dark-Alex-17 2026-08-21 19:01:24 -06:00
  • 2d1bf372d8 style: strip narration comments from bundle provenance code Dark-Alex-17 2026-08-21 18:37:44 -06:00
  • 4987d850f9 feat!: remove the deprecated --install-from flag and .install remote form Dark-Alex-17 2026-08-21 18:15:16 -06:00
  • 9541a094d8 fix: make bundle provenance portable to Windows Dark-Alex-17 2026-08-21 17:58:54 -06:00
  • 89df8ec1ca docs: document bundle lifecycle and manifest for sharing configurations Dark-Alex-17 2026-08-21 17:44:39 -06:00
  • bca85a4017 feat: rename install flags and unify .install dispatch Dark-Alex-17 2026-08-21 16:06:14 -06:00
  • 0e5d85f2ff feat: add --uninstall and .uninstall for installed bundles Dark-Alex-17 2026-08-21 15:45:22 -06:00
  • 0a806da8d2 feat: add --update-bundle with provenance-aware conflict handling Dark-Alex-17 2026-08-21 15:00:19 -06:00
  • 2790a823b0 feat: add --list-bundles and .list bundles with drift detection Dark-Alex-17 2026-08-21 14:16:12 -06:00
  • 88acf2362f feat: record bundle provenance when installing from remote repos Dark-Alex-17 2026-08-21 13:31:33 -06:00
  • bfcc762ec9 feat: add bundle provenance store Dark-Alex-17 2026-08-21 13:15:47 -06:00
  • b21699b749 feat: parse bundle manifests and capture resolved SHAs for remote installs Dark-Alex-17 2026-08-21 13:01:54 -06:00
  • 5f23e2403f fix: user__ask should have been renamed to user__select in graph agent user interaction invocations Dark-Alex-17 2026-08-21 14:49:27 -06:00
  • 2af6fe64d4 Merge branch 'feat/comment-discipline' Dark-Alex-17 2026-08-21 14:02:55 -06:00
  • da640f3dcd feat: created a new comment-discipline skill for the built in sisyphus suite Dark-Alex-17 2026-08-21 14:02:39 -06:00
  • 79ec2d87c7 fix: support tab completions for graph-based agents with variables as well as standard agents Dark-Alex-17 2026-08-21 12:47:38 -06:00
  • faf9dd581f feat: created a dedicated git_command tool to tighten tool calling permissions in the git-master skill Dark-Alex-17 2026-08-21 12:33:28 -06:00
  • 873deef7c7 feat: Added a new security review step to the code writing quality gates Dark-Alex-17 2026-08-21 12:30:53 -06:00
  • f518c8a6fc Merge pull request #16 from Dark-Alex-17/feat/macros-as-commands Alex Clarke 2026-08-21 12:29:24 -06:00
  • aea5f3d615 test: updated embedded macro tests to expect descriptions for all built-in macros Dark-Alex-17 2026-08-21 12:22:48 -06:00
  • bda37d9f38 docs: Added a description to the built-in generate-commit-message macro Dark-Alex-17 2026-08-21 12:15:31 -06:00
  • 96e5390621 test: use collision-proof temp dirs in macro_policy tests Dark-Alex-17 2026-08-21 12:03:11 -06:00
  • b43acac8ee fix: surface macro parse errors on top-level invocation Dark-Alex-17 2026-08-21 11:51:23 -06:00
  • 03687c8981 feat: addressed review comments Dark-Alex-17 2026-08-21 11:40:39 -06:00
  • 95dd31e24b docs: cleaned up docs Dark-Alex-17 2026-08-21 11:10:50 -06:00
  • e1b5562888 refactor: render .list agents and .list skills as comfy-tables Dark-Alex-17 2026-08-21 10:54:28 -06:00
  • fba040c668 fix: render .list macros as a comfy-table instead of fixed-width columns Dark-Alex-17 2026-08-21 10:48:34 -06:00
  • f61a8f7afd style: updated styles across macro implementation Dark-Alex-17 2026-08-21 10:43:42 -06:00
  • 91328ca7e1 docs: document macros as first-class custom commands Dark-Alex-17 2026-08-20 16:54:19 -06:00
  • 125360033d docs(plans): record implementation-verified correction from T6 Dark-Alex-17 2026-08-20 16:40:56 -06:00
  • 4323d4823c feat: add --no-workspace-macros opt-out for workspace macro loading Dark-Alex-17 2026-08-20 16:38:00 -06:00
  • 5478c5a239 feat: execute non-isolated macros on the live REPL context Dark-Alex-17 2026-08-20 16:28:06 -06:00
  • e94bd450cd feat: surface macros as first-class custom commands in the REPL Dark-Alex-17 2026-08-20 16:07:34 -06:00
  • e8ddb61518 feat: add lazy macro resolver with two-dir discovery and per-macro states Dark-Alex-17 2026-08-20 15:28:50 -06:00
  • f39381aa9d feat: add enabled_macros config field at global, role, agent, and session levels Dark-Alex-17 2026-08-20 15:14:20 -06:00
  • e8b55bba15 feat: add description and isolated fields to Macro struct Dark-Alex-17 2026-08-20 14:45:13 -06:00
  • 9863c7a5f3 docs(plans): add macros-as-custom-commands design (gate-approved) Dark-Alex-17 2026-08-20 14:34:26 -06:00
  • f44722df04 lint: Removed accidental session file Dark-Alex-17 2026-08-19 12:59:50 -06:00
  • 3eaae0e652 feat: Dynamically detect RAG embedding model dimension for any given model Dark-Alex-17 2026-08-18 19:57:11 -06:00
  • b12829db39 fix: drain crossterm characters in zellij in kitty contexts to prevent DA1 responses from entering prompt Dark-Alex-17 2026-08-18 15:30:07 -06:00
  • dffaf6b9db fix: drain tty input when displaying inquire prompts to prevent unintentional escapes Dark-Alex-17 2026-08-18 15:10:30 -06:00
  • a9a4ccca88 fix: breaking iwe MCP server changes with newest version Dark-Alex-17 2026-08-18 11:29:36 -06:00
  • 7cb7d66575 fix: improved handling of non service-specific secrets using sbx custom-secrets Dark-Alex-17 2026-08-17 18:01:21 -06:00
  • 400b50fbd0 feat: Support auto confirmation for gatekeeper agents Dark-Alex-17 2026-08-17 15:48:36 -06:00
  • 7eeff2a226 fix: include tool output to LLM_OUTPUT in errors as well as stderr Dark-Alex-17 2026-08-17 11:38:21 -06:00
  • 374e8c0bf7 fix: prevent tmp-overwriting Dark-Alex-17 2026-08-15 19:35:12 -06:00
  • ede87df960 fix: Corrected a rare edge case on how tool files are generated during parallel executions Dark-Alex-17 2026-08-15 18:41:13 -06:00
  • 95a8c3df44 fix: cosmetic fix after improved bash tool handling Dark-Alex-17 2026-08-15 17:31:32 -06:00
  • f57bd21ee4 fix: Improved subagent escalation handling Dark-Alex-17 2026-08-14 16:53:37 -06:00
  • e1b6e3f8c6 fix: latent parsing bugs in fs_patch and argc Dark-Alex-17 2026-08-14 16:12:41 -06:00
  • 644d899f78 fix: Prevent infinite hangs in coder agent and implement timeouts for LLM API calls and interactive tools Dark-Alex-17 2026-08-14 15:22:25 -06:00
  • 2596194417 feat: retry LLM API calls once after 401 by force-refreshing the OAuth token Dark-Alex-17 2026-08-14 13:17:56 -06:00
  • 684f19250a feat: identity-aware rejected-token marker for LLM OAuth cache Dark-Alex-17 2026-08-14 13:07:51 -06:00
  • f3d59ade11 feat: typed ApiStatusError carrying HTTP status through LLM client errors Dark-Alex-17 2026-08-14 13:01:08 -06:00
  • e1604c58ea feat: per-request OAuth token injection with mid-session refresh for HTTP MCP servers Dark-Alex-17 2026-08-14 12:33:46 -06:00
  • dcacb3a962 chore: upgrade rmcp 1.8.0 -> 3.1.2 Dark-Alex-17 2026-08-14 11:10:45 -06:00
  • d791098e51 feat: reason-specific warnings for MCP servers that fail OAuth at startup Dark-Alex-17 2026-08-14 11:07:56 -06:00
  • d31110cd67 fix: allow nested italics inside bold spans in markdown renderer Dark-Alex-17 2026-08-13 16:18:50 -06:00
  • 0f35e03a85 fix: properly handle OAuth refreshes Dark-Alex-17 2026-08-13 16:00:42 -06:00
  • c2b0c120d7 chore: Added grok4.6 to models.yaml Dark-Alex-17 2026-08-13 14:20:35 -06:00
  • 65c9be36b2 fix: correct newline removal from fs_write and fs_patch Dark-Alex-17 2026-08-13 14:18:45 -06:00
  • ae96a7e031 fmt: applied formatting feat/rag-phase5-qdrant-write Dark-Alex-17 2026-08-12 19:35:27 -06:00
  • 2658ca776e feat: Installed duckdb into the coyote image Dark-Alex-17 2026-08-12 19:29:26 -06:00
  • f8682102a0 docs: Added duckdb prerequisite Dark-Alex-17 2026-08-12 19:07:31 -06:00
  • 3fa0f5c428 feat: Support managing MCP servers from the CLI directly Dark-Alex-17 2026-08-12 17:55:33 -06:00