Releases: OpenSIN-AI/OpenSIN-Code
Releases · OpenSIN-AI/OpenSIN-Code
🚀 SIN Code VS Code Extension v0.1.0
🚀 SIN Code VS Code Extension v0.1.0
The first release of the SIN Code VS Code Extension — an agentic AI coding assistant for the OpenSIN ecosystem.
Phase 1 — Core AI Chat & Agent Modes
- 🤖 Agent Mode Selector — 5 specialized modes: Architect, Code, Debug, Ask, Proactive
- 💬 Sidebar Chat — Full webview chat with streaming responses, mode badge, cancel button
- 🔌 OpenCode CLI Bridge — Mandatory
opencode run --format jsonintegration - 📋 Model Selector — Auto-discovers models from
~/.config/opencode/ - 📁 File Context Management — Add files to conversation context
- 🧠 Memory Consolidation — Auto-loads AGENTS.md, SIN-MEMORY.md, CLAUDE.md
- 🔮 LSP Integration — Real-time diagnostics, symbol extraction, cursor-aware context
- 🐝 Swarm Coordinator — Dispatch parallel tasks to Explore, Librarian, Oracle, Artistry agents
- 🐶 BUDDY Gamification — Status bar pet with XP, levels, moods, commit detection
- 🧪 Auto Test Runner — Runs tests automatically on
.test./.spec.file saves
Phase 2 — Intelligence Layer
- ⚡ Proactive Mode — Always-on background analysis on file saves
- 📊 Status Bar Indicators — Current mode and model always visible
Phase 3 — Advanced Capabilities
- ✨ Inline Chat / Completions — Ghost-text code completions at cursor
- 💡 AI Code Actions — Fix Error, Refactor, Explain, Generate Tests
- 🤖 Agent Marketplace — Browse, install, and manage 6 SIN agents
- ⌨️ Keybindings —
Cmd+Shift+I(inline),Cmd+Shift+M(marketplace)
Installation
- Download
sincode-vscode-0.1.0.vsix - Run:
code --install-extension sincode-vscode-0.1.0.vsix
Documentation
VS Code Extension v1.3.18 - Complete KAIROS
Summary
- Full KAIROS IDE lane with ACP-first transport
- 18 i18n translations for the new IDE landing section
- ACP tool call rendering in sidebar with status cards
- Document lifecycle events (open/focus/change/close/save)
- Web landing page now prominently features the KAIROS IDE lane
- OCI deployment runbook in OpenSIN repo
Highlights
- ACP-first sidebar transport
- Tool call rendering with running/completed/failed states
- Document open/focus/change/close/save notifications
- Proactive file-save reviews
- Simone symbol + refs actions
- 18-language i18n support
- Prominent IDE landing section
- 870-line OCI deployment runbook
Artifact
opencode-1.3.18.vsix
Source
- commit
1fefd6057onmain
VS Code Extension v1.3.17 - ACP Document Events
Summary
- sync the KAIROS sidebar with real ACP document lifecycle events
- forward open, focus, change, close, and save into the ACP lane
- keep ACP as the preferred sidebar transport with fallback behavior preserved
- promote the IDE / KAIROS lane directly on the web landing page
Highlights
- ACP-first sidebar transport
- document open/focus/change/close/save notifications
- proactive save reviews
- Simone symbol + refs actions
- more prominent IDE landing section
Artifact
opencode-1.3.17.vsix
Source
- commit
79239bf49onmain
VS Code Extension v1.3.16 - ACP First Sidebar
Summary
- move the KAIROS sidebar from session-HTTP steering toward a real ACP-first transport
- add a dedicated ACP helper that starts
opencode acpand reuses a persistent ACP session per workspace - keep session HTTP as fallback while ACP becomes the preferred path
- add a real IDE/landing docs page in the web docs
Highlights
- ACP-first sidebar transport
- persistent workspace session reuse
- Simone symbol + refs actions
- proactive file-save reviews
- IDE landing/docs page
Artifact
opencode-1.3.16.vsix
Source
- commit
8a5c407daonmain
VS Code Extension v1.3.15 - Persistent Session Steering
Summary
- move the KAIROS sidebar off one-shot CLI subprocesses and onto persistent local session steering
- route sidebar prompts through the local Session API (
/session+/session/:id/message) - keep Simone available from the sidebar for symbol/reference operations and context enrichment
Highlights
- KAIROS Sidebar
- Architect / Code / Debug / Ask modes
- model selector
- proactive file-save reviews
- BUDDY score
- persistent session reuse per workspace
- Simone symbol + refs actions
Artifact
opencode-1.3.15.vsix
Source
- commit
3a02c717aonmain
VS Code Extension v1.3.14 - KAIROS Sidebar
Summary
- ship the official VSIX for
sdks/vscode - add KAIROS sidebar with mode selector, model selector, proactive mode, and BUDDY score
- deepen sidebar integration with Simone symbol/reference actions and automatic Simone context in Architect/Debug mode
Artifact
opencode-1.3.14.vsix
Source
- commit
f4cd4aefeonmain