Dark-Alex-17
  • Joined on 2026-01-11
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-06-05 21:24:55 +00:00
ddad7166ad test: added a few additional tests to the request_context surrounding the skills system
77113fb4ef fix: disable skills for specific built-in roles
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-06-05 20:49:01 +00:00
ac3eb40195 feat: added skill hint prompt injection and configuration
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote-config-template 2026-06-05 18:52:41 +00:00
6ffe62cc3a Merge pull request #1 from Dark-Alex-17/skills
377f29b545 feat: Added skills support
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-06-05 18:46:58 +00:00
b6be2229cf fix: redirect stderr into user's /dev/tty for guards
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-06-05 17:53:28 +00:00
acf69f7ed7 docs: updated the graph.example.yaml
8e4ecd454c Merge pull request #13 from Dark-Alex-17/skills
25d8395948 fix: azure doesn't support underscores in key vault
7b0d4ca41f chore: updated models.yaml
b7ca5165c6 fix: accidental regression on enabled_skills being empty = all
Compare 87 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-05 17:29:20 +00:00
25d8395948 fix: azure doesn't support underscores in key vault
7b0d4ca41f chore: updated models.yaml
Compare 2 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 22:12:37 +00:00
b7ca5165c6 fix: accidental regression on enabled_skills being empty = all
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 21:42:03 +00:00
36e0a0013c fix: greedy secrets regex caused multiple secrets on one line to fail
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 21:32:35 +00:00
fa3f27532e test: improve vault password file errors by propagating up
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 20:58:37 +00:00
8e2a5ce31e refactor: removed redundant skill name validation from has_skill function
e91ea86873 style: miscellaneous cleanup
Compare 2 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 20:21:11 +00:00
d494f8825f fmt: applied formatting
5e8194d271 fix: add agent context check to skill visibility validation
b40ae70084 feat: Fallthrough on missing secrets during mcp.json merging
Compare 3 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 20:02:40 +00:00
25593037f6 test: improved skill validation test in graph validator
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 19:43:46 +00:00
7b679a2966 feat: validate visible_skills field at config load time
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 19:09:48 +00:00
d570c59fb0 fix: enforced global visible_skills in llm node validation and improved skill loading error handling across the project
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 18:17:00 +00:00
f96fd744e7 fix: restore agent skill policy on error during effective policy calculation
dcc6bcd0e7 fix: apply the same validation for skill filenames on list_skills as happens everywhere else
6499b2fe83 fix: the vault's init_bare should try to load the provisioned secret_provider from the config file without also interpolating any of the rest of the configuration file. It should only fail if the user has not yet created a configuration file; i.e. done a first-time run.
Compare 3 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 17:20:59 +00:00
b48716d7f8 fix: the vault roundtrip test used characters that are unsupported by some major secrets providers
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 17:03:48 +00:00
cae279c9e0 fix: fixed tool filtering logic for skills and user functions in agents
8b7306341c feat: implemented reflexion (sorta) in sisyphus for significant code changes to delegate to the code-reviewer agent
fb4a46c5b8 feat: improved explore agent
Compare 3 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 16:17:26 +00:00
af7ea9b5bc fix: privilege leak when unloading skills and leaving tool scope untouched
68b51bf10e fix: When bootstrapping an app config to interpolate secrets, clone the secrets provider configuration as well so config secrets stored in remote vaults can be used properly
Compare 2 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-04 15:33:05 +00:00
721ca1bc10 fix: forgot to move back up the vault probe value error to be before the delete
eb102e1374 fix: don't silently fail on skill role composition extraction in llm nodes
Compare 2 commits »
Dark-Alex-17 pushed to skills at Dark-Alex-17/coyote 2026-06-03 21:26:29 +00:00
bc2174286e fix: set -euo pipefail for the temp script in execute_command.sh tool