TokenCap
FeaturesDocsCLIPricingAbout
Demo CLI
TokenCap emblem

TokenCap

Coding context at the speed of thought.
Built for the LLM era.

Product

  • Features
  • Docs
  • Changelog

Resources

  • Terms
  • Privacy
  • Security

Community

  • •GitHub
  • •Discord
© 2026 TokenCap. Built for developers.
terminal

Documentation

v2.4.0
rocket_launchGetting StartedsettingsConfigurationsettings_input_componentContext Profilesaccount_treeKnowledge Graphinventory_2Memory Layerenhanced_encryptionSecret RedactionterminalCLI ReferenceextensionVS Code Extension
codeGitHubforumDiscord
DOCUMENTATION

Context Memory Layer

Preserve your developer context across sessions.

bash
tokencap memory

This:

1. Creates .tokencap-notes.md if it doesn't exist

2. Reads your notes

3. Combines with Git context (branch + changed files)

4. Writes TOKENCAP_MEMORY.md

Edit `.tokencap-notes.md` directly:

md
## Current Task
Fix login redirect after successful authentication.

## Developer Intent
Improve auth flow without changing the DB schema.

## Known Issues
- Session sometimes not ready before redirect.

## Constraints
- Do not modify Prisma schema.

## Decisions Made
- Using server-side session validation.

## Next Steps
- Test login flow.
- Check middleware.

The file is re-read every time you run tokencap memory or tokencap make.

chevron_leftDocs OverviewCLI Referencechevron_right
On this page
Current TaskDeveloper IntentKnown IssuesConstraintsDecisions MadeNext Steps
New Release

V2.4.0 adds native VS Code extension support.

Check changelog
upgrade