Conversation
Adds a CSS rule for .ai-tool-edit-stats so the per-edit +x/-y
on restored cards reads with the same muted grey as the Show diff
toggle (the .ai-msg-edit-summary-scoped green/red colors don't apply
inside the tool indicator, leaving the default bright text otherwise).
CLAUDE.md gains a short note on which file API to reach for —
Phoenix.VFS.{read,write,unlink}Async for raw app data (no size
cap, recursive dir delete) versus FileSystem.getFileForPath only
for files that may be opened as editor documents.
The 0.8rem (≈11px) tab labels read as undersized chrome against the 14px panel content and didn't align with the secondary-tier scale used elsewhere. Bumps: - font-size 0.8rem → 0.85rem (~12px) - icon size 0.78rem → 0.82rem to track - vertical padding 0.25rem → 0.3rem so the slightly larger label isn't boxed in - active tab weight 500 → 600 so the selected state doesn't rely on color alone Affects every consumer of the global SidebarTabs component (Files, AI, extension sidebar tabs) uniformly.
Threads the new attached-folders list from sendPrompt all the way to the SDK's additionalDirectories option. Validates each entry (absolute, exists, not a duplicate of cwd) and drops invalid ones silently so a typo doesn't blow up the query. Adds the matching styles: .ai-attach-dropup mirrors the screenshot dropup, and .ai-context-chip-folder gives the new folder chip an amber-tinted border and icon so it reads as a distinct kind of context vs file/selection/live-preview chips. Plus three new strings for the popup options and folder-picker title.
Mirrors the Claude Code CLI's default permissions.allow set (git status / log / diff / show / remote show / branch / ls-files / rev-parse, plus generic ls / pwd / cat / head / tail / wc / which / file / stat / echo, and version probes) so the user isn't prompted for every "look around the repo" command. Anything containing shell composition characters (; && || | $(...) backticks < >) still falls through to a user prompt, so chained destructive operations can't piggy-back on a safe prefix.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.