Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All releases Home olderv0.2.66 v0.2.68newer

Claude Code v0.2.67

8 entries read diff v0.2.66 → v0.2.67 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

#

# Claude Code v0.2.67 Changelog

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Project Settings Management#

  • New project permission system: Added ability to manage tool permissions at the project level
  • The new Pj2 function retrieves allowed tools from project settings
  • Tools can now be allowed/denied through a projectSettings configuration
  • Permission rules follow a structure with source, ruleBehavior, and ruleValue properties

UI Enhancements#

  • New divider component: Added a customizable horizontal divider for better visual separation in the terminal UI
  • Use dividers with customizable characters and colors
  • Support for titled dividers with padding options
  • Example usage in the interface:
    ─────────────── Title ───────────────

Permission System#

  • Enhanced permission checking: The permission removal function (Lj2, previously Ej2) now properly validates:
  • Ensures the rule source is projectSettings
  • Verifies the rule behavior is allow
  • Checks if the tool actually exists in the allowed list before attempting removal
  • Better error handling when modifying project permissions

OAuth Role Detection#

  • Improved admin detection: The admin check function now handles cases where organization or workspace roles might be undefined
  • Returns true (admin access) when roles are not defined, providing a safer default
  • Previously would return false for undefined roles, potentially blocking legitimate access

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Code Organization#

  • Restructured imports for better modularity:
  • Stream operations now use named imports (PassThrough)
  • Process utilities use named imports (cwd)
  • File system operations consolidated with existsSync and statSync

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Internal Updates#

  • Added new internal functions for future features:
  • mT5: Placeholder for file reading functionality (currently returns null)
  • oy2: Placeholder function (currently no-op)
  • New configuration variable Ii5 set to value 5 (likely a retry or timeout setting)
  • Added View constant (ty5) for UI component naming
1 entry

Breaking Changesopen

#

None - this version maintains backward compatibility with v0.2.66.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

1 entry

Bug Fixesopen

#

  • Fixed potential issues with permission management when project settings are missing or malformed
  • Improved handling of undefined OAuth roles to prevent access issues

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.67. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Shared project permission rules can be saved in .claude/settings.json
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.