Dark-Alex-17
  • Joined on 2026-01-11
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 23:52:42 +00:00
ad6d0a2e0e fix: resolve reasoning effort for the prompt for global defaults as well
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 23:42:13 +00:00
50911b99ef fix: Account for default model reasoning_effort when supplying that value for the REPL prompts
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 23:34:18 +00:00
44783c5573 feat: Added reasoning effort to the right prompt
8629c1ca15 feat: Improved support for Anthropic's extended thinking
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 22:57:58 +00:00
078e6e3744 fix: model narration included in history and between tool calls to prevent repetition
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 22:24:12 +00:00
b908fc20ba docs: Added a docker pulls tracker badge
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 22:17:34 +00:00
058810137c fix: Don't terminate agent loops early for null tool output
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 21:51:07 +00:00
c979041161 fix: reduce code duplication by reusing the new concrete_tool_names function in .list tools
a606ea552d fix: Agent tools can only be modified via .tool enable/disable using tools in the allowed whitelist in the agent
39a654a79e fix: re-render agent sessions when entering agents with either pre-configured agent_session or when entering an agent directly into a session
17d1decce6 feat: Also support GEMINI.md workspace instructions
a45e66c634 feat: Improved workspace instructions support
Compare 6 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 19:30:06 +00:00
6dd1e59815 fix: Per RFC 9728, enable dynamic discovery of OAuth endpoints in MCP using path-aware discovery
f5085a773a fix: hot-attach to MCP servers that require auth after running .mcp auth <name>
09afdeaf7c feat: Created new .tool enable/disable and .mcp enable/disable aliases to make REPL usage more egonomic
0216d84eee feat: Created a new .list <kind> REPL command to make discoveribility easier in the REPL
320dbf2479 fix: Correctly inherit graph-global model for extractor model if none is defined
Compare 5 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-17 16:46:30 +00:00
6958e9cba8 feat: Support claude-style hidden workspace MCP configuration files via .mcp.json
825f9f6bf5 feat: Allow users to customize the workspace-specific configuration directory name so they can use Coyote with other CLI clients like .claude
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-16 22:01:24 +00:00
863740f916 fix: no cursor timeout when user scrolls away from ongoing streaming output
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-16 20:33:57 +00:00
304088bf5c tests: Added tests for graph-based RAG
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-16 19:33:52 +00:00
b7599b8acf build: Added just recipe for building the multi-platform image
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-16 19:18:32 +00:00
9b3ae761f3 feat: Add reasoning_effort validation for the main configuration file
0f7877aafc feat: Add validation for reasoning_effort settings to prevent users from specifying erroneous values
5843a9ac15 docs: Fixed broken links in the code-review and file-reviewer agent READMEs
4bfaabcb99 docs: Added the reasoning_effort field to example configuration files
f16f858074 Merge branch 'main' of github.com:Dark-Alex-17/coyote
Compare 7 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-15 22:28:04 +00:00
e9c52566b8 feat: Explicitly Prevent .undo usage in graph agents
4c7de650c0 feat: Added an .undo command to the REPL to let users have more control over the conversation
6127d964ee chore: update models.yaml
Compare 3 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-15 21:32:12 +00:00
8bbbd71fec fix: default to the nano or notepad when a configured editor is not found
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-15 21:16:46 +00:00
7f89a80f7e fix: When EDITOR, VISUAL, or config.editor is defined, don't verify via which
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-15 19:25:01 +00:00
19cca06db6 ci: bump the coyote image tag version in the sandbox kit spec
e8df9f119c feat: Improve sandbox startup time by using the prebuilt Coyote image
8abe297bfe feat: Make coyote available as a docker image
Compare 3 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-15 17:51:10 +00:00
4ec6daff30 fix: Added a loop exit condition for the diagnostics skill
9c1067e544 fix: Added directness clause to the diganose role to improve prompt
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-14 21:22:39 +00:00
2fe6704fbc fix: fs tools now output better error handling to guide the model more effectively
dd40892ad5 fix: Make fs_read more tolerant of various arg invocation formats.
ed86b7bfc3 Merge branch 'main' of github.com:Dark-Alex-17/coyote
f32d72a3f2 feat: Made fs_patch more flexible for different model preferences of patch formats
7b00638476 style: removed redundant '&' from functions module
Compare 5 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-13 23:46:39 +00:00
6733b3600f test: Fixed flaky python AST parser test for macOS