Dark-Alex-17
  • Joined on 2026-01-11
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-13 22:00:49 +00:00
0f35e03a85 fix: properly handle OAuth refreshes
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-13 20:20:40 +00:00
c2b0c120d7 chore: Added grok4.6 to models.yaml
65c9be36b2 fix: correct newline removal from fs_write and fs_patch
Compare 2 commits »
Dark-Alex-17 pushed to feat/rag-phase5-qdrant-write at Dark-Alex-17/coyote 2026-08-13 01:35:33 +00:00
ae96a7e031 fmt: applied formatting
Dark-Alex-17 created branch feat/rag-phase5-qdrant-write in Dark-Alex-17/coyote 2026-08-13 01:35:33 +00:00
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-13 01:31:13 +00:00
2658ca776e feat: Installed duckdb into the coyote image
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-13 01:07:36 +00:00
f8682102a0 docs: Added duckdb prerequisite
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-12 23:55:39 +00:00
3fa0f5c428 feat: Support managing MCP servers from the CLI directly
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-12 22:25:56 +00:00
68135b97d1 feat: append new built-in rag__query function to RAG contexts to allow further querying by LLMs
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-12 19:34:13 +00:00
b87a3460c4 fix: detect duplicate tool call IDs client-side before sending to Claude
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-12 19:18:44 +00:00
cb23da6490 feat: support static file bundling with sbx-mixins
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-12 18:46:54 +00:00
2a40a5a81d Merge pull request #14 from Dark-Alex-17/feat/rag-driver-abstraction-v3
ebba976a27 fmt: applied formatting
c84f9522e9 feat(rag): offer the storage driver when an agent initializes its RAG
81ed769f8a fix(rag): warn when a duckdb store is empty but files are indexed
6f7defe25f style: removed redundant comment
Compare 40 commits »
Dark-Alex-17 pushed to feat/rag-driver-abstraction-v3 at Dark-Alex-17/coyote 2026-08-11 22:50:57 +00:00
d6c114fe58 feat: simplified the duckdb selection prompt
912e00a627 docs(rag): correct the duckdb concurrency note in the driver prompt
e006e29ff1 feat(rag): let several Coyote processes query one duckdb RAG at once
c0067d387c refactor(rag): drop the hardcoded embedding model hint from attach
118c346345 feat(rag): support string and UUID Qdrant point IDs
Compare 11 commits »
Dark-Alex-17 pushed to feat/rag-driver-abstraction-v3 at Dark-Alex-17/coyote 2026-08-11 19:04:51 +00:00
ecda258d3a style: Cleaned up some minor styling issues
3e598065f8 fix(rag): serialize DuckDB extension installs to stop a Windows race
3abc30d633 fix(rag): emit an sbx kit v2 mixin and declare RAG credentials to the proxy
f68937611e fix(rag): install DuckDB vss and fts extensions when they are missing
a12cf84eb6 Merge remote-tracking branch 'refs/remotes/origin/main'
Compare 5 commits »
Dark-Alex-17 created branch feat/rag-driver-abstraction-v3 in Dark-Alex-17/coyote 2026-08-11 19:04:51 +00:00
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-10 21:38:04 +00:00
2b45e3a9b8 feat: improved wording and heuristic detection for sisyphus suite of agents
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-10 21:33:34 +00:00
91dbaf5533 feat: upgraded to sbx kit v2 spec for improved integration
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-06 22:13:13 +00:00
efa570267d feat(mcp): send RFC 8707 resource indicator in OAuth flows
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-06 19:12:43 +00:00
3607a180d9 fix: don't output thinking blocks for claude-based models
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-06 16:30:39 +00:00
d429def0f6 fix: additional edge case fix for duplicate tool call IDs in anthropic API calls
Dark-Alex-17 pushed to main at Dark-Alex-17/coyote 2026-08-05 22:10:26 +00:00
e606eb7c49 fix: removed temperature modifier in librarian agent to mitigate invisible errors
a8fb32b6bd fix: strip reasoning blocks for structured LLM output in graph agents
1f7b8417fa fix: prevent rare duplicate tool call IDs in long running claude prompts
Compare 3 commits »