Dark-Alex-17
|
bf06d5e8f3
|
feat(render): wire table state machine and finalize hook
|
2026-07-22 12:23:44 -06:00 |
|
Dark-Alex-17
|
ed7ad36475
|
feat: Created the raw_markdown configuration flag
|
2026-07-22 11:03:27 -06:00 |
|
Dark-Alex-17
|
9606d7f8aa
|
feat: added a .fork command to fork a new session from a running conversation
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-21 14:54:55 -06:00 |
|
Dark-Alex-17
|
6f2594712f
|
refactor: Standardized paths module function names to not use 'path' in the name and to just always be either 'dir' or 'file'
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-21 10:15:42 -06:00 |
|
Dark-Alex-17
|
107419966d
|
style: Cleaned up some comments and imports
|
2026-07-20 13:46:41 -06:00 |
|
Dark-Alex-17
|
ab85a4f534
|
feat: validate unique client names at config load
|
2026-07-20 13:07:41 -06:00 |
|
Dark-Alex-17
|
ad6d0a2e0e
|
fix: resolve reasoning effort for the prompt for global defaults as well
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-17 17:52:38 -06:00 |
|
Dark-Alex-17
|
50911b99ef
|
fix: Account for default model reasoning_effort when supplying that value for the REPL prompts
CI / All (ubuntu-latest) (push) Failing after 26s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-17 17:42:10 -06:00 |
|
Dark-Alex-17
|
44783c5573
|
feat: Added reasoning effort to the right prompt
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-17 17:34:10 -06:00 |
|
Dark-Alex-17
|
c979041161
|
fix: reduce code duplication by reusing the new concrete_tool_names function in .list tools
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-17 15:51:01 -06:00 |
|
Dark-Alex-17
|
a606ea552d
|
fix: Agent tools can only be modified via .tool enable/disable using tools in the allowed whitelist in the agent
|
2026-07-17 15:42:57 -06:00 |
|
Dark-Alex-17
|
17d1decce6
|
feat: Also support GEMINI.md workspace instructions
|
2026-07-17 15:05:16 -06:00 |
|
Dark-Alex-17
|
a45e66c634
|
feat: Improved workspace instructions support
|
2026-07-17 14:52:35 -06:00 |
|
Dark-Alex-17
|
8c885d9a77
|
feat: also detect .mcp.json configurations at workspace roots
|
2026-07-17 14:03:08 -06:00 |
|
Dark-Alex-17
|
f5085a773a
|
fix: hot-attach to MCP servers that require auth after running .mcp auth <name>
|
2026-07-17 13:16:25 -06:00 |
|
Dark-Alex-17
|
09afdeaf7c
|
feat: Created new .tool enable/disable and .mcp enable/disable aliases to make REPL usage more egonomic
|
2026-07-17 12:53:59 -06:00 |
|
Dark-Alex-17
|
0216d84eee
|
feat: Created a new .list <kind> REPL command to make discoveribility easier in the REPL
|
2026-07-17 11:49:49 -06:00 |
|
Dark-Alex-17
|
6958e9cba8
|
feat: Support claude-style hidden workspace MCP configuration files via .mcp.json
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-17 10:46:26 -06:00 |
|
Dark-Alex-17
|
825f9f6bf5
|
feat: Allow users to customize the workspace-specific configuration directory name so they can use Coyote with other CLI clients like .claude
|
2026-07-17 10:38:35 -06:00 |
|
Dark-Alex-17
|
9b3ae761f3
|
feat: Add reasoning_effort validation for the main configuration file
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-16 13:18:28 -06:00 |
|
Dark-Alex-17
|
0f7877aafc
|
feat: Add validation for reasoning_effort settings to prevent users from specifying erroneous values
|
2026-07-16 13:12:11 -06:00 |
|
Dark-Alex-17
|
e9a8c01dc4
|
feat: Added support for modifying the reasoning effort of reasoning models
|
2026-07-16 12:28:04 -06:00 |
|
Dark-Alex-17
|
4c7de650c0
|
feat: Added an .undo command to the REPL to let users have more control over the conversation
|
2026-07-15 16:23:59 -06:00 |
|
Dark-Alex-17
|
8bbbd71fec
|
fix: default to the nano or notepad when a configured editor is not found
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-15 15:32:07 -06:00 |
|
Dark-Alex-17
|
7f89a80f7e
|
fix: When EDITOR, VISUAL, or config.editor is defined, don't verify via which
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-15 15:16:41 -06:00 |
|
Dark-Alex-17
|
382916c3ee
|
style: Removed redundant '&' from paths module function calls
|
2026-07-13 17:12:58 -06:00 |
|
Dark-Alex-17
|
bc3cc10a7b
|
feat: Support workspace-local skill definitions and MCP configurations
|
2026-07-13 17:12:34 -06:00 |
|
Dark-Alex-17
|
7fc06ad9bc
|
feat: Implemented graph-based RAG
|
2026-07-08 21:20:50 -06:00 |
|
Dark-Alex-17
|
e814b9f62d
|
fix: todo functions are injected properly to roles when roles have auto_continue: true and the REPL is started directly into the role
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-08 15:45:50 -06:00 |
|
Dark-Alex-17
|
7673799d83
|
feat: Updated the REPL mcp auth path to use the prettified error messaging
CI / All (ubuntu-latest) (push) Failing after 23s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-07 15:18:56 -06:00 |
|
Dark-Alex-17
|
5be4f45671
|
feat: Added support for specifying the oauth port and client ID in MCP server configs
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-07 14:31:51 -06:00 |
|
Dark-Alex-17
|
af91b89cff
|
feat: merge MCP config when installing bundled mcp config
|
2026-07-06 09:57:17 -06:00 |
|
Dark-Alex-17
|
09cdb40420
|
feat: Installed ast-grep for the explore agent to use for better code exploration
|
2026-07-04 12:59:05 -06:00 |
|
Dark-Alex-17
|
9d2e936e7f
|
feat: Created the step-runner graph agent for more deterministic coding workflows to produce even more reliable and higher-quality results
|
2026-07-04 12:50:37 -06:00 |
|
Dark-Alex-17
|
08f6ea5e6c
|
feat: Added new memory functions for deleting and renaming memory files, as well as new lints for memory expiration dates and staleness of memories to improve the memory system
CI / All (ubuntu-latest) (push) Failing after 28s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-03 22:30:08 -06:00 |
|
Dark-Alex-17
|
c2cb4ac433
|
feat: Session-specific, file-backed history in the REPL
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-02 16:44:55 -06:00 |
|
Dark-Alex-17
|
605a9170b0
|
feat: Replay session output when a user re-enters a session so all output can be seen again
|
2026-07-02 16:35:10 -06:00 |
|
Dark-Alex-17
|
16f324cefc
|
feat: add OAuth authentication support for remote MCP servers
|
2026-07-02 14:43:24 -06:00 |
|
Dark-Alex-17
|
c2d4240138
|
perf: updated the memory injection warning so it only logs once, rather than after each keystroke
CI / All (ubuntu-latest) (push) Failing after 27s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-02 12:47:57 -06:00 |
|
Dark-Alex-17
|
81b4f6a76e
|
feat: prefer musl versions for linux when running --update/.update
CI / All (ubuntu-latest) (push) Failing after 27s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-07-02 11:31:34 -06:00 |
|
Dark-Alex-17
|
e3815af69b
|
fix: sbx mixins must be passed in directories, not as files and the files must be named spec.yaml per new sbx version
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-06-19 11:44:16 -06:00 |
|
Dark-Alex-17
|
bbcae1fc2b
|
feat: added configurable cache path via the COYOTE_CACHE_PATH environment variable
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-06-18 16:30:24 -06:00 |
|
Dark-Alex-17
|
3ff27a7935
|
feat: added a memory option to .set tab completions
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-06-18 15:50:23 -06:00 |
|
Dark-Alex-17
|
373d80121a
|
lint: Fixed linter complaints in paths module
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
|
2026-06-18 14:32:07 -06:00 |
|
Dark-Alex-17
|
3299a4699e
|
refactor: Migrated the .skills command completion to use StateFlags and updated the help messages
|
2026-06-18 14:30:55 -06:00 |
|
Dark-Alex-17
|
d4dbda1e89
|
fix: rebuild the tool scope after dynamically updating the skills_enabled value in the REPL
|
2026-06-18 13:01:38 -06:00 |
|
Dark-Alex-17
|
e77fa6ef42
|
feat: Added a diagnostic .info tools subcommand to make it easier to see what tools are enabled in all contexts
|
2026-06-18 13:01:11 -06:00 |
|
Dark-Alex-17
|
241dda24f0
|
feat: Added additional info outputs for enabled skills and sbx directories
|
2026-06-18 11:58:29 -06:00 |
|
Dark-Alex-17
|
4a01e9a66c
|
fmt: applied formatting
|
2026-06-18 11:29:03 -06:00 |
|
Dark-Alex-17
|
f2e8f3ab59
|
fix: auto-translation of user-prefixed Mac and Linux paths for the vault password file when running inside a sandbox
|
2026-06-18 10:53:38 -06:00 |
|