Dark-Alex-17
6256b5fcfa
docs: document background jobs across prompts, config example, and README
...
- Extend the injected Background Jobs prompt guidance: system_notifications
push on completion, collect-only-when-idle wait protocol, and the graph
LLM-node collect-before-final-turn rule
- Mention the system_notifications push in the agent spawning guidance and
in the sisyphus/architect wait-protocol text (agent completions push
notifications too)
- config.example.yaml: max_concurrent_jobs (default 5, 0 = disabled)
- README: features-list entry pointing at the Background-Jobs wiki page
2026-08-25 18:24:44 -06:00
Dark-Alex-17
91328ca7e1
docs: document macros as first-class custom commands
...
Covers top-level .name invocation, the new description/isolated macro
fields (with the non-isolation persistence, fail-fast, nested-macro, and
.exit caveats), workspace .coyote/macros/ + --no-workspace-macros,
enabled_macros scoping at global/role/agent/session levels, and
.macro enable|disable across the README and every example config.
graph.example.yaml gains a note that enabled_macros is ignored in graph
configs.
CHANGELOG intentionally untouched: it is generated by commitizen at
release time from the conventional commit subjects.
Implements plans/custom-commands-design.md §8.
2026-08-21 11:55:13 -06:00
Dark-Alex-17
644d899f78
fix: Prevent infinite hangs in coder agent and implement timeouts for LLM API calls and interactive tools
2026-08-14 15:22:25 -06:00
Dark-Alex-17
ab3a818507
docs: Added the new compression control fields to the config example file
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-23 12:40:38 -06:00
Dark-Alex-17
ed7ad36475
feat: Created the raw_markdown configuration flag
2026-07-22 11:03:27 -06:00
Dark-Alex-17
79d43c8791
docs: config.example.yaml example for Device Authorization Grant
...
Adds a commented example under the openai-compatible client section showing
how to configure flow: device_code for RFC 8628 device flow. Uses Moonshot's
kimi-code endpoints as the illustrative reference (users supply their own
client_id — no bundled defaults per §5.8 of the design plan).
2026-07-20 15:27:20 -06:00
Dark-Alex-17
107419966d
style: Cleaned up some comments and imports
2026-07-20 13:46:41 -06:00
Dark-Alex-17
4e0e65fc8a
docs: config.example.yaml OAuth examples for openai-compatible
2026-07-20 13:09:50 -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
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
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
4bfaabcb99
docs: Added the reasoning_effort field to example configuration files
2026-07-16 13:05:23 -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
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
7fc06ad9bc
feat: Implemented graph-based RAG
2026-07-08 21:20:50 -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
de38e663a0
docs: Added some docs for the memory system and the --init-memory flag
2026-06-10 20:26:31 -06:00
Dark-Alex-17
eb38ca0bbb
docs: updated example configurations to include settings for the new memory system
2026-06-10 20:06:17 -06:00
Dark-Alex-17
bca25404ab
docs: migrated location of skill_instructions examples in example configs
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-05 15:34:25 -06:00
Dark-Alex-17
165d0d113d
feat: added skill hint prompt injection and configuration
2026-06-05 14:48:54 -06:00
Dark-Alex-17
ece66448e0
refactor: support both CSV and list formats for enabled_tools
2026-06-03 13:58:24 -06:00
Dark-Alex-17
a254d60876
refactor: Support both CSV and list formats for enabled_mcp_servers
2026-06-03 13:23:13 -06:00
Dark-Alex-17
c36c4f4699
feat: updated enabled_skills handling to support both list and comma-separated strings
2026-06-03 12:24:10 -06:00
Dark-Alex-17
28a283283f
docs: Updated configuration example to include new secret provider support
2026-06-03 08:36:03 -06:00
Dark-Alex-17
625a251931
docs: Updated skill docs to mention that function calling support must be enabled for skills to work at all
2026-06-02 09:55:08 -06:00
Dark-Alex-17
07f4b134b6
docs: Added example skills configurations
2026-06-01 15:50:20 -06:00
Dark-Alex-17
296aa6f50f
docs: fix typo in config.example.yaml
2026-05-29 10:47:15 -06:00
Dark-Alex-17
0facb15e32
feat: rename Loki to Coyote
2026-05-27 12:47:32 -06:00
Dark-Alex-17
7d6f1dda26
feat: Removed the jira-helper agent and replaced it with the atlassian role
2026-05-20 15:38:51 -06:00
Dark-Alex-17
d6a0676264
docs: Updated example configurations to link to the new Wiki-based documentation
2026-05-08 15:51:11 -06:00
Dark-Alex-17
70a251a7e2
feat: add auto-continue support to all contexts
2026-05-08 12:02:10 -06:00
Dark-Alex-17
8730d413bc
docs: Updated docs to talk about the new TypeScript-based tool support
2026-04-09 13:19:15 -06:00
Dark-Alex-17
9a9e890f8a
feat: Added the duckduckgo-search MCP server for searching the web (in addition to the built-in tools for web searches)
2026-03-13 13:29:56 -06:00
Dark-Alex-17
aca93f1cae
docs: Updated the docs to now explicitly mention Gemini OAuth support
2026-03-12 13:30:10 -06:00
Dark-Alex-17
2220fd2542
feat: Support authenticating or refreshing OAuth for supported clients from within the REPL
2026-03-11 13:07:27 -06:00
Dark-Alex-17
9f899466d4
feat: Support OAuth authentication flows for Claude
2026-03-11 11:10:48 -06:00
Dark-Alex-17
02b7ed37f6
feat: Supported the injection of RAG sources into the prompt, not just via the .sources rag command in the REPL so models can directly reference the documents that supported their responses
2026-02-13 17:45:56 -07:00
Dark-Alex-17
6efdcf9610
docs: updated the default configuration example to have the new fs_read, fs_glob, fs_grep global functions
2026-02-13 16:23:49 -07:00
Dark-Alex-17
d1cd6be2c9
docs: Fixed some confusing wording in the global configuration example file
2025-11-07 16:57:49 -07:00
Dark-Alex-17
b77bb6e200
refactor: Changed the name of the summary_prompt setting to summary_context_prompt
2025-11-07 11:13:58 -07:00
Dark-Alex-17
1fa3b4a600
refactor: Renamed summarize_prompt setting to summarization_prompt
2025-11-07 11:09:48 -07:00
Dark-Alex-17
99bd502f62
refactor: Renamed the compress_threshold setting to compression_threshold
2025-11-07 11:06:20 -07:00
Dark-Alex-17
5002ac7716
refactor: Migrated around the location of some of the more large documents for documentation
2025-11-06 18:02:17 -07:00
Dark-Alex-17
d92a559460
docs: Updated the global configuration example to have a separate section for the REPL prompts
2025-11-06 16:24:20 -07:00
Dark-Alex-17
3d571e1a31
docs: Fixed a typo in the description of the stream setting
2025-11-06 16:10:44 -07:00
Dark-Alex-17
d338daa4b6
docs: Referenced the vault documentation in the example config
2025-11-06 16:09:21 -07:00
Dark-Alex-17
6f802c2a58
docs: Created a separate, dedicated section of the example configuration file for the vault
2025-11-06 16:08:20 -07:00
Dark-Alex-17
a3f0168817
docs: Improved the documentation for sessions and the examples in the global configuration example
2025-11-06 15:55:38 -07:00