Skip to content

ClaudeView 1.7.0

Choose a tag to compare

@Concept211 Concept211 released this 04 Jul 17:30

ClaudeView 1.7.0 — in-app code viewer & editor

Double-click any file in the Explorer to open it in a fast, themed code viewer — no more launching an external app just to glance at a file.

New

  • Syntax-highlighted viewer for ~40 common languages, matching the app's warm dark/light themes.
  • Brand language badge — a colored logo (Python, TypeScript, Go, Rust, C#, …) and label for the open file.
  • Full editor (opt-in): click Edit to turn the viewer into a real editor powered by CodeMirror 6 — line-number gutter, undo/redo, find/replace (Ctrl+F), multi-cursor, auto-indent, and bracket matching. Save with Ctrl+S.
  • Safe alongside a live session: the editor is read-only by default, silently reloads when a file changes on disk while you're just viewing, warns before overwriting a file the agent changed, and preserves original line endings. Diffs stay reachable via right-click and the Git panel.

Auto-updates from previous versions.