Nokos — AI Session Capture for VS Code
Automatically capture and save your AI coding sessions from Roo Code, Cline, and other tools into Nokos.
Every conversation you have with AI coding assistants contains valuable context — decisions made, problems solved, approaches explored. Nokos captures these sessions so they're searchable, organized, and never lost.
Features
- Roo Code integration — Automatically captures sessions when tasks complete
- Cline integration — Detects completed tasks via file system monitoring
- Zero-friction sync — Sessions are saved automatically in the background
- Secure authentication — Device Authorization Flow, tokens stored in VS Code SecretStorage
Getting Started
- Install the extension from VS Code Marketplace
- Run
Nokos: Login from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Authorize in your browser at nokos.ai
- That's it — sessions are captured automatically
Commands
| Command |
Description |
Nokos: Login |
Authenticate with your Nokos account |
Nokos: Logout |
Sign out |
Nokos: Show Status |
View account info and provider status |
Nokos: Sync Sessions Now |
Check sync status |
Settings
| Setting |
Default |
Description |
nokos.autoSync |
true |
Automatically sync completed sessions |
nokos.providers.rooCode.enabled |
true |
Enable Roo Code session capture |
nokos.providers.cline.enabled |
true |
Enable Cline session capture |
nokos.apiUrl |
https://api.nokos.ai |
API endpoint |
Status Bar
The status bar shows the current state:
$(key) Nokos: Login — Not logged in
$(cloud-upload) Nokos — Ready, waiting for sessions
$(sync~spin) Nokos: Syncing... — Uploading a session
$(error) Nokos: Error — Something went wrong
How It Works
Nokos listens for completed AI coding sessions:
- Roo Code: Uses the extension API to detect
TaskCompleted events
- Cline: Monitors
api_conversation_history.json files for changes
When a session completes, the conversation is parsed, converted to a structured format, and sent to the Nokos API. Nokos then generates a title, tags, and metadata using AI.
Works With the Nokos Ecosystem
This extension is part of the Nokos platform:
- nokos.ai — Web app for browsing memos, sessions, and AI-generated books
- @nokos/cli — CLI for Claude Code session capture + MCP server
- ChatGPT integration — Save ChatGPT conversations via MCP
- claude.ai integration — Save Claude conversations via MCP
All your AI interactions in one place.
Requirements
- VS Code 1.85.0 or later
- A Nokos account (nokos.ai)
- Roo Code and/or Cline extension installed
Privacy
Session data is sent to the Nokos API over HTTPS. Tokens are stored securely in VS Code's SecretStorage. See our Privacy Policy for details.
License
MIT