opencode-starterkit 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/baseline/opencode.json +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -331,12 +331,13 @@ Baseline hiện có các command như:
|
|
|
331
331
|
Cài vào `~/.config/opencode/plugin/` và được runtime activate qua global config resolution.
|
|
332
332
|
|
|
333
333
|
Baseline hiện có các plugin như:
|
|
334
|
+
- `opencode-agent-skills` → dynamic skill discovery / selection / loading
|
|
334
335
|
- `memory.ts` → memory runtime và prompt injection
|
|
335
336
|
- `sessions.ts` → đọc/tìm session
|
|
336
337
|
- `copilot-auth.ts` → auth/provider integration
|
|
337
338
|
- `skill-mcp.ts` → MCP bridge cho skill
|
|
338
339
|
|
|
339
|
-
**Tác dụng:** mở rộng capability chung cho OpenCode ở tầng global.
|
|
340
|
+
**Tác dụng:** mở rộng capability chung cho OpenCode ở tầng global, đặc biệt là giúp agent discover và load skill phù hợp khi cần.
|
|
340
341
|
|
|
341
342
|
##### 4) Skills dùng chung
|
|
342
343
|
Cài vào `~/.config/opencode/skills/`.
|
|
@@ -514,3 +515,7 @@ Ngoài ra còn có:
|
|
|
514
515
|
- thêm action ngoài `Initialize project`
|
|
515
516
|
- harden merge config global
|
|
516
517
|
- mở rộng canary sang nhiều repo hơn
|
|
518
|
+
hơn
|
|
519
|
+
- thêm action ngoài `Initialize project`
|
|
520
|
+
- harden merge config global
|
|
521
|
+
- mở rộng canary sang nhiều repo hơn
|
package/baseline/opencode.json
CHANGED