Dark-Alex-17
  • Joined on 2026-01-11
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-24 00:52:02 +00:00
b9474ce6ef feat: Used improved theme selections for tool call highlighting colors
d328310880 feat: Improved theme-derived syntax highlighting for LLM tool call logging
5eb77ab467 feat: Improved coloring of LLM tool invocation outputs to make LLM output more readable and cohesive
a2c4f05c8c feat: renamed the user__ask to user__select and improved descriptions to improve model usage
89fadcca15 feat: Improved coloring/highlighting of tool calls to make LLM invocation logs easier to read
Compare 5 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-23 18:40:44 +00:00
ab3a818507 docs: Added the new compression control fields to the config example file
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-23 18:30:35 +00:00
63f73f22c3 style: applied formatting to new long run features
54c5079cb7 feat: long-running session improvements
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-23 04:28:27 +00:00
d51bdd3086 feat: Made sisyphus suite of agents all auto-approved for tool usage
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 23:42:21 +00:00
56ec58a748 fix: removed accidental duplicate ast_grep tool in explore agent
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 23:12:03 +00:00
93f9c5425e fix: npm and npx need the /usr/local/share/npm-global/lib directory to exist to run properly so I've added it to the dockerfile
77dfd08103 fix: added executable bit to adversary agent tools script
46dcef0dec Merge branch 'main' of github.com:Dark-Alex-17/coyote
72c6bb74c2 feat: created the adversay agent and adversarial-review skill
Compare 4 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 21:41:18 +00:00
6bf80dcce9 feat: added ast_grep tool to Sisyphus suite agents
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 20:30:02 +00:00
df948c69bf feat: new spawnable_agents field in agents to let users restrict what agents can be spawned by a parent agent
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 19:32:52 +00:00
e5d0fcc764 test: fixed linter issues on markdown tests
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 19:22:29 +00:00
c60d3e7cda style: updated some stylistic things across the new markdown rendering implementation
c21fd47b42 feat: replay pre-compressed messages as well when resuming sessions for users to see
ab0b89dd67 fix: fetch descriptions from graph agent configs as well when listing agents
420db4bb88 feat: created a new builtin function for agents who can spawn other agents to list available agents via agent__list_available
dfacf31f6a fix(render): suppress blank lines above rendered table
Compare 20 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 16:08:04 +00:00
393ed16963 fix: chown the full sandbox cache dir, not just the coyote subdir
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 15:48:18 +00:00
3f94d2003a fix: chown the whole coyote cache dir not just the oauth dir in the sandbox
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-22 15:31:21 +00:00
50ff9008fe chore: updated deepseek models
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-21 20:55:27 +00:00
9606d7f8aa feat: added a .fork command to fork a new session from a running conversation
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-21 20:14:03 +00:00
d8ae9e25d9 docs: reworded explore agent instructions to empower agent to spawn as many sub agents as it deems necessary
006f64bfa0 docs: Improved sisyphus wording to empower agent to spawn as many subagents as necessary
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-21 17:24:24 +00:00
000559bc9d style: Applied formatting
3aede58a11 feat(oauth): enable browser-paste PKCE flow for OpenAI-compatible providers
cab1e72b97 fix: fix typo in Gemini's generation_config property to use camelCase exclusively
cd4bf245e9 chore: updated models.yaml
82bf6176f8 fix(oauth): treat missing expires_in as non-expiring device_code token
Compare 6 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-21 16:19:26 +00:00
6f2594712f refactor: Standardized paths module function names to not use 'path' in the name and to just always be either 'dir' or 'file'
79d43c8791 docs: config.example.yaml example for Device Authorization Grant
5a5da90734 test: unit tests for OAuthFlow::DeviceCode and merge behavior
f2a0e7453e feat: copy host OAuth tokens into sandbox at launch
0fe430102a feat: implement OAuth 2.0 Device Authorization Grant (RFC 8628)
Compare 6 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-20 20:35:35 +00:00
1f1729ba00 chore: added new kimi models
107419966d style: Cleaned up some comments and imports
344ef7526f feat: hint that browser 'paste code' pages can be ignored during callback capture
13d31f850c fix: OAuth callback listener skips speculative/malformed browser connections
f6bd02dc73 feat: openai-compatible wizard offers OAuth when provider has bundled oauth defaults
Compare 18 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-20 17:55:08 +00:00
d0a38747e0 chore: updated models.yaml
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-07-20 16:35:00 +00:00
677bd71b93 docs: added brew trust command to install example for iwe