| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Co-authored-by: Cursor <[email protected]>
|
|
|
|
added sublime text editor (#12501)
|
|
|
|
getSmallModel (#12281)
|
|
|
|
|
|
|
|
|
|
Co-authored-by: cooooooooooode <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed (#12372)
|
|
(#12376)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Brendan Allan <[email protected]>
|
|
|
|
|
|
Refactored skill discovery to download skills in parallel instead of sequentially,
reducing load times when multiple skills need to be fetched from remote URLs.
Also updated AGENTS.md with guidance on using dev branch for diffs.
|
|
Implement the Agent Skills Discovery RFC to allow fetching skills from URLs:
- Add 'urls' field to config.skills for specifying skill registry URLs
- Create Discovery namespace in skill/discovery.ts with pull() function
- Download skills from /.well-known/skills/index.json endpoints
- Cache downloaded skills to ~/.cache/opencode/skills/
- Skip re-downloading existing files for efficiency
Users can now configure:
{
"skills": {
"urls": ["https://example.com/.well-known/skills/"]
}
}
Implements: https://github.com/cloudflare/agent-skills-discovery-rfc
|
|
|
|
|
|
Co-authored-by: Hank Stoever <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|