nayihz
8a398988d7
refactor skills loader markdown metadata parsing ( #1354 )
2026-03-11 18:08:00 +08:00
pikaxinge
3902061db1
fix(agent): invalidate system prompt cache for global/builtin skills ( #845 )
...
* fix(agent): invalidate system prompt cache for global/builtin skills
* test(agent): avoid os.Chdir in builtin skill cache test
* fix(agent): harden skill cache invalidation checks
2026-03-03 18:25:00 +08:00
Petrichor
222d1a3086
refactor(modernize): apply safe modernize fixes
2026-02-27 16:35:07 +08:00
mattn
8a1fb03974
Perf/precompile regex ( #687 )
...
* perf: pre-compile regexes at package level
Move regexp.MustCompile calls from inside methods to package-level
variables in web.go (7 regexes) and loader.go (2 regexes).
This avoids repeated compilation on every invocation.
Amp-Thread-ID: https://ampcode.com/threads/T-019c79c3-ea1c-7471-b09d-be90ba0e1ca0
Co-authored-by: Amp <amp@ampcode.com >
* perf: pre-compile regexes at package level
* retain the helpful comment
---------
Co-authored-by: Amp <amp@ampcode.com >
2026-02-26 20:44:03 +11:00
Kai Xia
6fb61539d7
translate Chinese comments
...
Signed-off-by: Kai Xia <kaix+github@fastmail.com >
2026-02-24 10:27:49 +11:00
mattn
6fe3920a4d
perf: refactoring collecting skills ( #688 )
...
* perf: refactoring collecting skills
* Fix order to store dir.Name()
* Add tests
2026-02-24 10:07:09 +11:00
Artem Yadelskyi
d07ac54eef
feat(fmt): Fix fmt
2026-02-18 21:55:55 +02:00
harshbansal7
287100f303
Comments resolved
2026-02-18 23:13:47 +05:30
harshbansal7
02b5811b95
add support for \r as well
2026-02-18 16:58:27 +05:30
harshbansal7
994ec72d91
Fix parsing of SKILL.md file frontmatter - regex
2026-02-18 16:55:20 +05:30
ian
c6c82b3c44
feat(skills): add validation for skill info and test cases ( #231 )
...
Add validation logic for SkillInfo to ensure name and description meet requirements
Include test cases covering various validation scenarios
Add testify dependency for testing assertions
2026-02-16 02:12:50 +08:00
yinwm
21d60f63fc
Add memory system, dynamic tool loading, and fix logging issues
...
- Add MemoryStore for persistent long-term and daily notes
- Add dynamic tool summary generation in system prompt
- Fix YAML frontmatter parsing for nanobot skill format
- Add GetSummaries() method to ToolRegistry
- Fix DebugCF logging to use structured metadata
- Improve web_search and shell tool descriptions
2026-02-11 00:14:33 +08:00
lxowalle
e17693b17c
* First commit
2026-02-09 19:20:19 +08:00