Dark-Alex-17
|
f16f858074
|
Merge branch 'main' of github.com:Dark-Alex-17/coyote
# Conflicts:
# src/repl/mod.rs
|
2026-07-16 12:30:21 -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
|
5bbf1b2d71
|
test: updated repl tests for undo command
|
2026-07-15 17:00:01 -06:00 |
|
Dark-Alex-17
|
e9c52566b8
|
feat: Explicitly Prevent .undo usage in graph agents
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 16:27:57 -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
|
6127d964ee
|
chore: update models.yaml
|
2026-07-15 16:14:33 -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
|
19cca06db6
|
ci: bump the coyote image tag version in the sandbox kit spec
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-15 13:24:51 -06:00 |
|
Dark-Alex-17
|
e8df9f119c
|
feat: Improve sandbox startup time by using the prebuilt Coyote image
|
2026-07-15 13:24:37 -06:00 |
|
Dark-Alex-17
|
8abe297bfe
|
feat: Make coyote available as a docker image
|
2026-07-15 13:24:21 -06:00 |
|
Dark-Alex-17
|
4ec6daff30
|
fix: Added a loop exit condition for the diagnostics skill
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-15 11:51:06 -06:00 |
|
Dark-Alex-17
|
9c1067e544
|
fix: Added directness clause to the diganose role to improve prompt
|
2026-07-15 11:14:15 -06:00 |
|
Dark-Alex-17
|
2fe6704fbc
|
fix: fs tools now output better error handling to guide the model more effectively
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-14 12:47:43 -06:00 |
|
Dark-Alex-17
|
dd40892ad5
|
fix: Make fs_read more tolerant of various arg invocation formats.
|
2026-07-14 12:31:24 -06:00 |
|
Dark-Alex-17
|
ed86b7bfc3
|
Merge branch 'main' of github.com:Dark-Alex-17/coyote
|
2026-07-14 11:31:21 -06:00 |
|
Dark-Alex-17
|
f32d72a3f2
|
feat: Made fs_patch more flexible for different model preferences of patch formats
|
2026-07-14 11:31:11 -06:00 |
|
Dark-Alex-17
|
7b00638476
|
style: removed redundant '&' from functions module
|
2026-07-13 18:11:03 -06:00 |
|
Dark-Alex-17
|
6733b3600f
|
test: Fixed flaky python AST parser test for macOS
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-13 17:46:34 -06:00 |
|
Dark-Alex-17
|
de6010d525
|
docs: Organized coyote --help output to be more readable
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-13 17:31:20 -06:00 |
|
Dark-Alex-17
|
9b0e26bade
|
feat: Installed nano into the sandbox so that users can edit config files in the sandbox directly
|
2026-07-13 17:29:10 -06:00 |
|
Dark-Alex-17
|
ac40043c00
|
style: Removed outdated implementation plan
|
2026-07-13 17:25:20 -06:00 |
|
Dark-Alex-17
|
d8eec1d427
|
docs: Documented the new no_workspace_mcp configuration property that disables workspace-local MCP configurations
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-13 17:14:06 -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
|
b91f738209
|
docs: updated the configuratino examples for graph-based RAG
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-13 16:55:18 -06:00 |
|
Dark-Alex-17
|
4f0dae9b49
|
feat: fully functional graph-based RAG
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-13 16:50:07 -06:00 |
|
Dark-Alex-17
|
deb673ebc9
|
fmt: applied some formatting changes
|
2026-07-13 16:07:19 -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
|
209fbc9e41
|
feat: Added a --dangerously-skip-permissions flag to skip permission prompts for tool invocations
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:17:21 -06:00 |
|
Dark-Alex-17
|
5eb1daf18d
|
feat: Remove the temperature hyperparameter from the diagnose role
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-08 14:59:45 -06:00 |
|
Dark-Alex-17
|
b8990fdfc2
|
feat: Added a new oauth.redirectHost field to make it possible to further extend MCP support
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-07 15:35:04 -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
|
ce212fe660
|
feat: Improved error messaging for failed MCP starts because of auth issues
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-07 15:09:50 -06:00 |
|
Dark-Alex-17
|
f855a45493
|
fix: updated the redirect URI for OAuth MCP to use localhost since that's what is whitelisted, not 127.0.0.1
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:44:35 -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
|
84ce094677
|
fix: allow MCP OAuth refresh_token to be absent from initial token exchanges
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:15:39 -06:00 |
|
Dark-Alex-17
|
fa7eadd08a
|
feat: Implemented OAuth support for OpenAI models via Codex endpoints
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-06 11:20:32 -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
|
d4a6a2fb34
|
build: Installed ast_grep in the sandbox kit definition
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-04 13:14:22 -06:00 |
|
Dark-Alex-17
|
8f667886c8
|
docs: Updated the README to mention the installation of ast-grep
|
2026-07-04 13:14:08 -06:00 |
|
Dark-Alex-17
|
898bac3c69
|
docs: added the ast_grep tool to the config.example.yaml
|
2026-07-04 13:13:16 -06:00 |
|
Dark-Alex-17
|
fc0b2ada7e
|
feat: Implemented durable state for sisyphus
|
2026-07-04 13:02:50 -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
|
159afbbc06
|
feat: Improved oracle and sisyphus agents with skill integrations for the new skills
|
2026-07-04 12:34:09 -06:00 |
|
Dark-Alex-17
|
428d544277
|
feat: Created new sisyphus family skills to improve performance
|
2026-07-04 12:28:42 -06:00 |
|
Dark-Alex-17
|
531bdfab7f
|
feat: Created new diagnostic role and skill for use in other contexts
|
2026-07-04 12:28:24 -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 |
|