REPL
Alex Clarke edited this page 2026-08-28 12:20:10 -06:00
Clone

Wiki Page Revisions

42 Commits

Author SHA1 Message Date
Dark-Alex-17 f00cd88450 docs: Updated --install mcp_config from snake_case to kebab-case 2026-08-28 12:20:10 -06:00
Dark-Alex-17 8fc7fea492 docs: renamed Sharing Configurations to Bundles 2026-08-27 16:12:18 -06:00
Dark-Alex-17 bbbdc74fb6 docs: Added documentation for the new mcp allowlist feature 2026-08-27 16:05:43 -06:00
Dark-Alex-17 7b6ff6be8f Document the --temp-role CLI flag rename 2026-08-25 11:53:11 -06:00
Dark-Alex-17 f8614276e2 Refine spill and completion docs after cross-platform hardening
- Spill permissions are POSIX-only; note the temp-file + rename write so
  readers know a visible spill file is always complete
- Add the .list kind completion bullet, which now includes prompts
2026-08-25 11:38:53 -06:00
Dark-Alex-17 5ccd7b2ba9 Document MCP resources and prompts support
- MCP-Servers: new 'Interacting with MCP Servers' section covering the
  per-server meta-functions, the unified catalog (kind-aware search and
  describe, audience annotations), capability gating, mcp_read paging,
  pattern filtering and template expansion, blob sniff/spill behavior
  with size ceilings and eviction, bounded tool results, and prompts
- REPL: .prompt command (usage, interactive args, result-as-chat-input,
  staged live tab-completion with silent-empty semantics, macro
  shadowing), .temp-role rename note, .list prompts row, completion bullet
- Roles: temporary roles now use .temp-role (REPL) / --prompt (CLI)
- Tools: MCP tool result bounding note and sanitized terminal error text
- Home: MCP quick-link mentions resources and prompts
- Sidebar: anchors for the new MCP sections
2026-08-24 20:07:52 -06:00
Dark-Alex-17 70bf6cdbc8 Point at the renamed coyote-bundle-template starter repo 2026-08-24 10:03:51 -06:00
Dark-Alex-17 4413fc61f2 docs: Updated documentation on bundles 2026-08-21 19:50:44 -06:00
Dark-Alex-17 9f8186ebc4 docs: Document macros as first class custom commands 2026-08-21 12:08:00 -06:00
Dark-Alex-17 f03d49ea65 docs: Improved and updated wiki docs on RAGs 2026-08-12 13:05:40 -06:00
Dark-Alex-17 6ad2c80680 docs: Document RAG storage drivers, Qdrant attach, and sandbox wiring
Covers the pluggable RAG driver work: the yaml/duckdb/qdrant drivers and how
to choose between them, attaching a read-only remote Qdrant collection with
.rag attach, the driver field on graph rag nodes, and how an attached RAG's
host and API key reach a sandbox.

Also corrects two statements the driver work invalidated: embeddings are no
longer necessarily in-memory, and .rebuild rag now re-embeds the whole corpus
rather than just accommodating document changes.
2026-08-11 21:12:20 -06:00
Dark-Alex-17 555c5fe844 docs: Added documentation for the new .recover command 2026-08-04 12:03:36 -06:00
Dark-Alex-17 14caab27db docs: Added documentation on how to inject messages mid-stream in a session 2026-07-30 10:24:57 -06:00
Dark-Alex-17 e290026b5e docs: Renamed user__ask to user__select 2026-07-23 18:53:36 -06:00
Dark-Alex-17 92563033a9 docs: Added documentation of the new compression control fields 2026-07-23 12:36:15 -06:00
Dark-Alex-17 66384bebb4 docs: Added documentation for the raw_markdown configuration flag 2026-07-22 11:03:06 -06:00
Dark-Alex-17 cd7209628d docs: Added documentation of the new .fork command 2026-07-21 14:55:19 -06:00
Dark-Alex-17 d616565858 docs: Updated docs for .tool enable in agent contexts 2026-07-17 15:46:51 -06:00
Dark-Alex-17 1ee9196917 docs: Updated docs for agent MCP enable/disable functionality via the REPL 2026-07-17 13:29:44 -06:00
Dark-Alex-17 e7bb5656af docs: Added documentation for the new .tool/mcp enable/disable commands 2026-07-17 12:55:11 -06:00
Dark-Alex-17 d02ab67f37 docs: Added documentation on the new reasoning effort fields 2026-07-16 12:56:28 -06:00
Dark-Alex-17 b96f3b6bae docs: Added documentation for the new .undo REPL command 2026-07-15 16:28:19 -06:00
Dark-Alex-17 5d3031b45a docs: Updated the oauth field in MCP server configurations to support additional configurations 2026-07-07 14:35:31 -06:00
Dark-Alex-17 f52453cd36 docs: Updated the docs to mention that installing the bundled MCP config merges configs now, not overwrites the old one 2026-07-06 10:10:00 -06:00
Dark-Alex-17 78d26aea0b docs: Added documentation for the new mcp OAuth flow 2026-07-02 14:57:35 -06:00
Dark-Alex-17 37687dc193 docs: Added a .info todo subcommand to display the remaining items in a todo list (when available) 2026-06-18 14:56:34 -06:00
Dark-Alex-17 dff578b3d5 docs: Added documentation on the new .info tools subcommand 2026-06-18 13:15:25 -06:00
Dark-Alex-17 d07d8b66d6 docs: Added documentation for the new command passthrough support in the REPL 2026-06-18 11:53:59 -06:00
Dark-Alex-17 f6b0850139 docs: updated docs with skill documentation in forgotten places 2026-06-08 11:45:54 -06:00
Dark-Alex-17 ddc8ae085f docs: added documentation for the enabled_tools CSV or list forms 2026-06-03 14:22:15 -06:00
Dark-Alex-17 de0a051002 docs: updated docs to mention support for enabled_mcp_servers to be either a YAML list or a CSV string 2026-06-03 13:23:09 -06:00
Dark-Alex-17 9e1ad70b08 docs: updated enabled_skills docs to support both CSVs and lists 2026-06-03 12:27:22 -06:00
Dark-Alex-17 b1be15c9af docs: updated docs to mention that skills only function if function calling is enabled 2026-06-02 09:54:20 -06:00
Dark-Alex-17 1bdfa16507 docs: added documentation for the new skill system 2026-06-01 16:35:44 -06:00
Dark-Alex-17 cea15233ac Update Loki to Coyote 2026-05-27 12:54:06 -06:00
Dark-Alex-17 4ebf1be271 docs: added docs for the new `.install remote` command and functionality 2026-05-22 17:36:54 -06:00
Dark-Alex-17 b1de8ad257 docs: Added documentation for the new update command 2026-05-19 14:42:53 -06:00
Dark-Alex-17 f40cc8af27 feat: Added a new .edit mcp-config subcommand in the REPL 2026-05-18 15:14:54 -06:00
Dark-Alex-17 7e8dc41308 feat: documented the new .install commands 2026-05-18 15:08:39 -06:00
Dark-Alex-17 e71cd076b2 docs: Added auto_continuation support to all contexts 2026-05-08 12:30:17 -06:00
Dark-Alex-17 7ffad105c8 Fixed path typos 2026-05-05 14:52:00 -06:00
Dark-Alex-17 ce96f27240 Adjusted documentation format to work for Wikis 2026-05-05 14:31:53 -06:00