co-mono/packages/coding-agent/src/utils
Mario Zechner b846a4bfcf feat(coding-agent): ResourceLoader, package management, and /reload command (#645)
- Add ResourceLoader interface and DefaultResourceLoader implementation
- Add PackageManager for npm/git extension sources with install/remove/update
- Add session.reload() and session.bindExtensions() APIs
- Add /reload command in interactive mode
- Add CLI flags: --skill, --theme, --prompt-template, --no-themes, --no-prompt-templates
- Add pi install/remove/update commands for extension management
- Refactor settings.json to use arrays for skills, prompts, themes
- Remove legacy SkillsSettings source flags and filters
- Update SDK examples and documentation for ResourceLoader pattern
- Add theme registration and loadThemeFromPath for dynamic themes
- Add getShellEnv to include bin dir in PATH for bash commands
2026-01-22 13:49:38 +01:00
..
changelog.ts Move config.ts from utils/ to src/ 2025-12-09 01:28:06 +01:00
clipboard-image.ts Switch to @mariozechner/clipboard fork with musl support 2026-01-08 04:50:37 +01:00
clipboard.ts feat: add wayland clipboard support 2026-01-08 19:38:30 +01:00
frontmatter.ts Centralize frontmatter parsing + parse frontmatter with yaml library (#728) 2026-01-16 00:31:53 +01:00
image-convert.ts fix(coding-agent): load photon via dynamic import 2026-01-17 21:32:23 +01:00
image-resize.ts fix(coding-agent): load photon via dynamic import 2026-01-17 21:32:23 +01:00
mime.ts fix(coding-agent): detect image MIME via file-type (#205) 2025-12-17 17:11:56 +01:00
photon.ts fix(coding-agent): load photon wasm in compiled binaries 2026-01-18 17:11:49 +01:00
shell.ts feat(coding-agent): ResourceLoader, package management, and /reload command (#645) 2026-01-22 13:49:38 +01:00
tools-manager.ts fix: move managed binaries to bin/ and ignore hidden files in migration check 2026-01-06 07:52:49 +13:00