v3.2.1 Karnak Released #1086
amrmelsayed
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
v3.2.1 Karnak is out, the first patch on the Karnak line. Five threads land: four VS Code review-surface improvements that form one workflow, and one root-cause fix in the gemini consult lane that quietly degraded CMAP-3 reviews to CMAP-2 throughout the v3.2.0 cycle.
The Workspace tab finally has the missing Add Architect button. Click the
+on the Architects row (orCmd+K A) to register a sibling, name it via Quick Pick, watch it appear in UPPERCASE alongsideMAIN. The validator that was duplicated between the CLI and the extension is now a single shared source in@cluesmith/codev-coreso name rules stay identical across surfaces. (#841)The Codev Markdown Preview gains a typography token tier pinned to
github-markdown-cssv5.8.1. Specs, plans, and reviews now render with proper prose font-size, line-height, paragraph spacing, heading scale, and code chrome instead of inheriting the workbench's code-tuned defaults. Two new settings (codev.markdownPreview.fontSizeandcodev.markdownPreview.lineHeight) let you tune without affecting the rest of VS Code. (#1053)Cross-file diff navigation in the View Diff session ships keyboard shortcuts:
Ctrl+Alt+]andCtrl+Alt+[walk a builder's changed files in tree order, wrapping at the ends to match VS Code's built-in hunk navigation. The Builders sidebar selection auto-reveals and follows whichever file the active diff is on, so the visual reference for where you are stays in sync. The reveal is gated to diff tabs only so a plain editor open of a tracked worktree file does not hijack the sidebar selection. (#1060, #1066)Backlog issue previews no longer steal focus to group 1 or chain into new editor groups on repeated clicks. The preview now opens via
vscode.openWithagainst the built-in markdown preview's custom-editor viewType, with an explicitviewColumnpluspreserveFocus. Same renderer, deterministic placement, focus stays on the row you clicked. (#1074)Mohid Makhdoomi, a returning contributor, shipped PR #1081: a fix that reorders the
agy --printargv so the consultation prompt is actually delivered to Antigravity. The previous shape passed--sandboxas the value of--printand the real prompt as an ignored positional argument, which is why every CMAP-3 review in the v3.2.0 cycle had to dispose of a "Gemini misfired" verdict. The third leg of CMAP-3 now does real reviews. (#1079)Install:
npm install -g @cluesmith/codev@3.2.1 afx tower stop && afx tower startVS Code extension via the Marketplace:
Codevbycluesmith, version3.2.1. Also on Open VSX.Full release notes: https://github.com/cluesmith/codev/releases/tag/v3.2.1
Beta Was this translation helpful? Give feedback.
All reactions