Files
tf_code/packages/opencode
Dax Raad 85126556b8 feat: make skills invokable as slash commands in the TUI
- Add Skill.content() method to load skill template content from SKILL.md files
- Modify Command.list() to include skills as invokable commands
- Add 'skill' boolean property to Command.Info schema
- Update autocomplete to show skills with (Skill) label in slash commands
- Regenerate SDK to include skill property in Command type
2026-01-30 20:36:48 -05:00
..
2025-11-13 12:22:07 -06:00
2026-01-30 15:17:55 -05:00
2026-01-31 01:32:46 +00:00
2026-01-24 12:27:13 -05:00
2026-01-03 20:56:47 -06:00
2025-12-02 18:36:15 -05:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.