Solenta banner
currentbits currentbits

Solenta

Development community

Description

Solenta - local-first desktop control surface for coding agents (Claude Code, Codex, Kimi, Grok, OpenCode)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Solenta icon

Solenta

Every agent starts where the last one stopped.
Shared local memory across Claude Code, Codex, Cursor, Kimi, Grok, and OpenCode.
Session ten does not re-learn what session one already ruled out.

Latest release MIT Platforms Local-first

Website · Docs · Download · Changelog · Issues

Solenta: threads sidebar, a thread with its work log and plan, and the environment panel

The problem

New coding-agent sessions start blank. Context gets re-pasted across Claude Code, Codex, and Grok. The tenth thread is not smarter than the first — just more expensive.

What Solenta remembers

A local memory server is auto-injected into every session. SQLite on disk, FTS + vector search, HTTP + MCP, localhost-only, bearer-token gated. No per-agent wiring.

Claude Code · thread 1
  Ruled out a rewrite of auth. Cookie session stays.
  Refresh lives in src/lib/auth.ts.

Codex · thread 3
  The 401 retry is in src/lib/api.ts.
  Moving it b