Dark-Alex-17
4323d4823c
feat: add --no-workspace-macros opt-out for workspace macro loading
...
Mirrors --no-workspace-mcp exactly: a CLI-only flag backed by an
AppConfig field (default false) that disables .coyote/macros in both
the resolved macro policy and Macro::load's workspace-then-global
preference, so the two always agree (custom-commands design §5).
2026-08-21 11:55:13 -06:00
Dark-Alex-17
0f35e03a85
fix: properly handle OAuth refreshes
CI / All (ubuntu-latest) (push) Failing after 29s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-13 16:00:42 -06:00
Dark-Alex-17
3fa0f5c428
feat: Support managing MCP servers from the CLI directly
CI / All (ubuntu-latest) (push) Failing after 29s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled
2026-08-12 17:55:33 -06:00
Dark-Alex-17
f11d4ca760
feat: add ACP server skeleton with stdout-purity test
2026-07-27 17:31:47 -06:00
Dark-Alex-17
f1415067f2
feat: add --headless flag for unattended operation
2026-07-27 17:17:56 -06:00
Dark-Alex-17
58d9d4c64e
docs: updated help message for --fresh flag
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-24 18:30:45 -06:00
Dark-Alex-17
5a1bb569b4
feat: Add support for the --fresh flag again with host environment configuration injection
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-24 18:00:41 -06:00
Dark-Alex-17
df909325a7
fmt: applied formatting
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-24 16:50:27 -06:00
Dark-Alex-17
f510bb649b
feat: Improved credentials management for docker sandboxes
2026-07-24 16:26:35 -06:00
Dark-Alex-17
ed7ad36475
feat: Created the raw_markdown configuration flag
2026-07-22 11:03:27 -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
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
bc3cc10a7b
feat: Support workspace-local skill definitions and MCP configurations
2026-07-13 17:12:34 -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
693e2d9672
feat: Created the --auth-mcp CLI flag to let users auth with remote MCP servers without needing to be in the REPL
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-02 14:51:52 -06:00
Dark-Alex-17
6ae474c79e
feat: added support for loading sbx mixins that are dynamically discovered in the users workspace and config directory
2026-06-17 14:39:32 -06:00
Dark-Alex-17
8e0b07c9fb
docs: Updated the --fresh command help message
2026-06-17 14:20:38 -06:00
Dark-Alex-17
69589bd5e5
feat: Added a --fresh flag to let users create a truly bare bones sandbox without bootstrapping their config
2026-06-17 14:20:17 -06:00
Dark-Alex-17
587df087ed
feat: initial built-in sandboxing support powered by Docker sbx
2026-06-17 14:11:04 -06:00
Dark-Alex-17
10de6025b5
feat: Added an --init-memory [global|workspace] flag to easily and quickly enable memory
2026-06-10 20:26:17 -06:00
Dark-Alex-17
6d5cbfa56d
feat: Created the --no-memory CLI flag to disable memory for this invocation
2026-06-10 17:53:40 -06:00
Dark-Alex-17
e54a2e42c9
test: improve vault password file errors by propagating up
2026-06-04 15:32:31 -06:00
Dark-Alex-17
a4ddc3d65d
feat: support multiple skill flags to load multiple skills at CLI startup
2026-06-01 14:27:40 -06:00
Dark-Alex-17
bf8dad2a4f
feat: added CLI --skill flag for modifying skills easily
2026-06-01 14:05:16 -06:00
Dark-Alex-17
0facb15e32
feat: rename Loki to Coyote
2026-05-27 12:47:32 -06:00
Dark-Alex-17
b5fc633454
feat: Created basic install_remote functions
2026-05-22 15:33:37 -06:00
Dark-Alex-17
597f823bdf
fmt: cleaned up graph implementation
2026-05-21 11:27:29 -06:00
Dark-Alex-17
afa0e4af67
feat: Loki can now update itself via .update and --update commands
2026-05-19 14:29:44 -06:00
Dark-Alex-17
a3d67bfbf7
feat: Created a new .install command to install bundled assets on-demand
2026-05-18 14:59:02 -06:00
Dark-Alex-17
bf9d7d750e
fix: a bug in the dynamic completions because the crate name is loki-ai but the binary is named loki
2026-05-07 14:08:54 -06:00
Dark-Alex-17
27ceefdb40
test: REPL command tests and CLI flag tests
2026-05-01 11:57:17 -06:00
Dark-Alex-17
9f899466d4
feat: Support OAuth authentication flows for Claude
2026-03-11 11:10:48 -06:00
Dark-Alex-17
dbf7329e87
refactor: Updated to the most recent Rust version with 2024 syntax
2025-11-07 15:50:55 -07:00
Dark-Alex-17
e28619b55a
feat: Removed the server functionality
2025-11-03 14:25:55 -07:00
Dark-Alex-17
4b5bcb45ac
style: Re-applied formatting to make Clippy happy
2025-10-24 15:05:42 -06:00
Dark-Alex-17
c22c01c6c3
refactor: Renamed the argument for the --completions flag to SHELL
2025-10-24 10:58:28 -06:00
Dark-Alex-17
31f7f50c4a
feat: Added static completions via a --completions flag
2025-10-24 10:56:34 -06:00
Dark-Alex-17
a6d6a877b0
feat: added REPL support for interacting with the Loki vault
2025-10-15 15:15:04 -06:00
Dark-Alex-17
a7bd54471c
feat: Integrated gman with Loki to create a vault and added flags to configure the Loki vault
2025-10-14 18:00:11 -06:00