Kensa

Features

Code Panel

Updated for v0.16.0Edit on GitHub

An optional activity-bar tab for browsing your project's source code without leaving Kensa - handy when your test cases live in the same repo as the code under test, and you want to glance at implementation while writing or reviewing a case.

What it does

  • A tree view of the project directory with language-based file icons.
  • Click a file to preview it with syntax highlighting. Code files are read-only (editing source is out of scope - Kensa manages test cases, not production code).
  • Agent-configuration files are the exception: CLAUDE.md, .mcp.json, and whitelisted .claude/ files can be edited here, in the same Monaco-based editor surface, since those govern how your AI agent behaves on the project.

The panel keeps the IDE self-sufficient for the read-while-you-write workflow without turning Kensa into a general-purpose code editor.