v0.2.8
LatestVSIX58.4 KB · Released 15 June 2026, 8:39:43 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.8 — fix Send and Enter in chat webview
Release notes
- Move chat UI script to extension/media/chat.js so Send and Enter handlers load reliably.
- Use form submit for Send; Enter sends, Shift+Enter inserts newline.
- Register webview message handler with extension subscriptions (urp-ct-mcp-studio pattern).
Codex integration
- Install this VSIX and reload VS Code.
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.7
VSIX59.8 KB · Released 15 June 2026, 8:35:29 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.7 — fix Send button / chat UI responsiveness
Release notes
- Fix Send appearing to do nothing — chat UI now updates immediately with Thinking indicator.
- Stop blocking the webview while building workspace context (yield before heavy file scans).
- Reset busy state on errors so Send never stays stuck disabled.
- Lighter default workspace context; full file reads only for analyze-style prompts.
Codex integration
- Install this VSIX and reload VS Code.
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.6
VSIX59.1 KB · Released 15 June 2026, 8:31:24 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.6 — open project workspace context
Release notes
- Workspace path now refers to the currently open VS Code project folder (active editor workspace).
- Terminal chat sets OFFICELESS_WORKSPACE_ROOT to the open project automatically.
- CLI and sidebar chat scan and read real project files for workspace analysis prompts.
- Auto-apply code blocks to workspace files (Copilot-style) with brain icon in activity bar.
Codex integration
- Open a folder in VS Code, install this VSIX, and use sidebar chat or Officeless: Open Terminal Chat.
- Try: analisa workspace saya — reads your open project, not placeholder paths.
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.4
VSIX34.1 KB · Released 15 June 2026, 8:20:31 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.4 — sidebar chat panel (Copilot-style)
Release notes
- New sidebar chat panel with brain icon — vibe coding without the terminal.
- Multi-turn chat against the local bridge with open-file and selection context.
- General and DevOps chat profiles; opens in the secondary sidebar when available.
- Officeless: Open Chat Panel command; Ask About Selection opens chat with selection attached.
- Inline completion and terminal chat unchanged.
Codex integration
- Prerequisite: macOS app running on http://127.0.0.1:8765.
- Install this VSIX, click the brain icon in the activity bar, or run Officeless: Open Chat Panel.
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.3
VSIX13.1 KB · Released 15 June 2026, 8:16:31 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.3 — aligned with macOS 0.2.3
Release notes
- Version bump aligned with macOS 0.2.3 (no extension feature changes).
- Inline completion via local bridge.
- Officeless: Open Terminal Chat for Codex-style REPL inside VS Code.
Codex integration
- Prerequisite: macOS app running on http://127.0.0.1:8765.
- Install this VSIX and set officelessCodeIntelligence.apiBaseUrl to http://127.0.0.1:8765.
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.2
VSIX13.1 KB · Released 15 June 2026, 8:14:17 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.2 — bundled with macOS 0.2.2 release
Release notes
- Version bump aligned with macOS 0.2.2 (no extension feature changes).
- Inline completion via local bridge (no cloud by default).
- Officeless: Open Terminal Chat launches the bundled CLI in an integrated terminal.
- Install guide: https://code-intelligence.vas.mekari.com/download/vscode
Codex integration
- Prerequisite: macOS app running on http://127.0.0.1:8765.
- Install this VSIX, then set officelessCodeIntelligence.apiBaseUrl to http://127.0.0.1:8765.
- Use Officeless: Open Terminal Chat for Codex-style REPL inside VS Code.
- Full guide: https://code-intelligence.vas.mekari.com/integrations/codex
v0.2.1
VSIX13.1 KB · Released 15 June 2026, 8:02:20 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.1 — inline completion, terminal chat, and coding test guide
Release notes
- Inline completion via local bridge (no cloud by default).
- Officeless: Open Terminal Chat launches the bundled CLI in an integrated terminal.
- Website install guide expanded with terminal chat steps and coding test checklist.
- Chat profile setting: general or devops for DevOps Central workflows.
- Bundled terminal CLI for Codex-style prompt-only coding.
Codex integration
- Prerequisite: macOS app running on http://127.0.0.1:8765.
- Install this VSIX, then set officelessCodeIntelligence.apiBaseUrl to http://127.0.0.1:8765.
- Use Officeless: Open Terminal Chat for Codex-style REPL inside VS Code.
- Or use Officeless: Ask About Selection to send code context to /v1/chat.
- Terminal-only Codex workflow: see /integrations/codex after installing the macOS app.
v0.2.0
VSIX13.1 KB · Released 15 June 2026, 7:37:36 pm AEST (Australia/Sydney)
Download VSIXVS Code extension v0.2.0 — inline completion, explain, refactor, and chat
Release notes
- Inline completion via local bridge (no cloud by default).
- Commands: Explain Selection, Refactor Selection, Ask About Selection.
- Officeless: Open Terminal Chat launches the bundled CLI in an integrated terminal.
- Chat profile setting: general or devops for DevOps Central workflows.
- Bundled terminal CLI for Codex-style prompt-only coding.
Codex integration
- Prerequisite: macOS app running on http://127.0.0.1:8765.
- Install this VSIX, then set officelessCodeIntelligence.apiBaseUrl to http://127.0.0.1:8765.
- Use Officeless: Open Terminal Chat for Codex-style REPL inside VS Code.
- Or use Officeless: Ask About Selection to send code context to /v1/chat.
- Terminal-only Codex workflow: see /integrations/codex after installing the macOS app.
v0.1.0
VSIX7.7 KB · Released Jun 15, 2026, 8:27:54 AM UTC
Download VSIXVS Code extension v0.1.0
Codex setup guide: OpenAI Codex integration