wienans
919eeea53b
feat(vscode): Move Navigation into the title bar ( #88 )
...
* Move Navigation into the title bar
* Fix spacing
* Update Changelog
* Remove unused function
2025-12-31 17:16:03 +02:00
Bohdan Triapitsyn
a236dc81c9
feat(skills-catalog): implement caching, curated sources, git operations, and skill installation
2025-12-30 21:03:25 +02:00
Bohdan Triapitsyn
2c833cef40
feat: Implement skill management functionality
...
- Added skill scope helpers and CRUD operations for skills in opencodeConfig.ts.
- Introduced API endpoints for skill management in main.tsx and index.js.
- Enhanced server-side logic to support skill discovery, creation, updating, and deletion.
- Implemented supporting file operations for skills, including reading, writing, and deleting files.
- Updated package.json to use the latest version of @opencode-ai/sdk.
2025-12-30 17:36:52 +02:00
wienans
f3a00bc8f4
feat(vscode): add context menu commands ( #83 )
...
* Fix bun lock
* Add Context Menu
* Make it always visible
* Add Improve and Explain Command
2025-12-30 17:32:27 +02:00
Bohdan Triapitsyn
8f9facb561
feat: added providers management settings with ability to add or remove providers ( #76 )
...
* feat: implement adding opencode providers in openchamber settings
* feat: implement provider authentication management with removal functionality
2025-12-27 02:22:59 +02:00
Bohdan Triapitsyn
359cfd45b1
feat(vscode): refactor OpenCode configuration management and API proxying
2025-12-24 22:50:46 +02:00
Bohdan Triapitsyn
8e98a72ddf
fix: vscode runtime stability and cli connection
2025-12-24 03:31:07 +02:00
Bohdan Triapitsyn
83b4509cd8
release v1.2.9
2025-12-20 02:44:46 +02:00
Bohdan Triapitsyn
bd25787b92
feat: implement Shiki theme support for VS Code webview and enhance theme handling
2025-12-15 02:29:39 +02:00
Bohdan Triapitsyn
bb72c0fb0c
feat: vscode extension ( #59 )
...
* feat: add initial VS Code extension plan and implementation tasks
* feat(vscode): added initial version of an Openchamber VSCode extension
* feat(vscode): enhance VS Code extension with theme integration and session management
* feat(vscode): implement connection status handling and overlay in VSCode layout
* feat: move extension to secondary sidebar
* chore: upgrade @opencode-ai/sdk to 1.0.150
* vscode: editor bridge, file picker, click-to-open in tool parts
* vscode: layout session lifecycle, theme sync, typography overrides
* ui: compact mode for vscode, model search, autocomplete width fixes
* perf: scroll force flag, raf placeholder, git polling backoff
* ui: tool output styling, markdown code block fix, gitignore
* refactor: update typography handling for VSCode runtime, remove unused styles
* docs: update README with VS Code extension details and add extension image
* docs: update changelog with new features and performance improvements
2025-12-13 16:34:17 +02:00