Skip to content

Instantly share code, notes, and snippets.

View AnExiledDev's full-sized avatar

Marcus (.Dev) AnExiledDev

  • Tennessee
  • 22:07 (UTC -05:00)
View GitHub Profile
# Changelog for version 2.1.173
## Summary
This release improves the clarity of safety-refusal messages by making them context-aware: requests blocked for cybersecurity or biology topics continue to name those topics, while all other blocks now show a calmer, less alarming message. It also adds detection support for a new "Fable" model and explicitly disables sandboxing on Windows.
## Improvements
@AnExiledDev
AnExiledDev / gist:e75fb4d467b80b4004b7e56d9af48227
Created June 10, 2026 18:44
Claude Code v2.1.172 Changelog
# Changelog for version 2.1.172
## Summary
Version 2.1.172 ships the Artifact tool — a new capability letting Claude publish HTML and Markdown files to private claude.ai web pages — alongside improved ultra (cloud review) error messages that guide users through auth requirements. The release also renames "Remote Control" status labels to `/rc`, improves Chrome browser tool loading instructions to emphasize batching, and overhauled the team memory prompt with a clearer two-step save process.
## New Features
@AnExiledDev
AnExiledDev / gist:8b9b504d995a59ebe825cfb1cb569b3c
Created June 9, 2026 17:29
Claude Code Changlog v2.1.170
# Changelog for version 2.1.170
## Summary
This release introduces Claude Fable 5, a new highest-tier model for the hardest and longest-running tasks, replacing the previous Opus 4.8 launch announcement with a Fable 5 announcement banner. The release also hardens how tool calls are handled when a server-side model fallback retracts in-flight work, adds a new SDK protocol event for model refusal fallbacks, and tracks usage-credit overage state from the API.
## New Features
@AnExiledDev
AnExiledDev / gist:e85ff48952c1e0b4e2fe73fbd560029c
Created October 14, 2025 03:32
Claude Code System Prompt for v2.0.14 (With --system-prompt '[PINEAPPLE]')
# Claude Code Version 2.0.14
Release Date: 2025-10-10
# User Message
<system-reminder>
Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:
1. Answer the user's query comprehensively
2. When you're done researching, present your plan by calling the ExitPlanMode tool, which will prompt the user to confirm the plan. Do NOT make any file changes or run any tools that modify the system state in any way until the user has confirmed the plan.
@AnExiledDev
AnExiledDev / gist:ea1ac2b744737dcf008f581033935b23
Created October 14, 2025 03:13
Script to create `claude` alias with --append-system-prompt from file
#!/bin/bash
set -euo pipefail
SYSTEM_PROMPT_FILE="/workspace/.devcontainer/configurations/cc/system-prompt.md"
[[ -f "$SYSTEM_PROMPT_FILE" ]] || { echo "ERROR: $SYSTEM_PROMPT_FILE not found"; exit 1; }
echo "alias claude='claude --dangerously-skip-permissions --append-system-prompt \"\$(cat $SYSTEM_PROMPT_FILE)\"'" >> ~/.bashrc
@AnExiledDev
AnExiledDev / gist:86e6895336348bfdeebe4ba50bce6470
Created October 14, 2025 02:23
Claude Code System Prompt for v2.0.14 (With --append-system-prompt '[Insert Appended Text Here]')
# Claude Code Version 2.0.14
Release Date: 2025-10-10
# User Message
<system-reminder>
Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:
1. Answer the user's query comprehensively
2. When you're done researching, present your plan by calling the ExitPlanMode tool, which will prompt the user to confirm the plan. Do NOT make any file changes or run any tools that modify the system state in any way until the user has confirmed the plan.
@AnExiledDev
AnExiledDev / gist:b51fa3c215ee8867368fdae02eb89a04
Last active November 11, 2025 16:26
Claude Code System Prompt for v2.0.14 (With Output Style "Test Output Style" Search for that text)
# Claude Code Version 2.0.14
Release Date: 2025-10-10
# User Message
<system-reminder>
Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:
1. Answer the user's query comprehensively
2. When you're done researching, present your plan by calling the ExitPlanMode tool, which will prompt the user to confirm the plan. Do NOT make any file changes or run any tools that modify the system state in any way until the user has confirmed the plan.
@AnExiledDev
AnExiledDev / gist:cdef0dd5f216d5eb50fca12256a91b4d
Created October 14, 2025 02:18
Claude Code System Prompt for v2.0.14 (Vanilla)
# Claude Code Version 2.0.14
Release Date: 2025-10-10
# User Message
<system-reminder>
Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:
1. Answer the user's query comprehensively
2. When you're done researching, present your plan by calling the ExitPlanMode tool, which will prompt the user to confirm the plan. Do NOT make any file changes or run any tools that modify the system state in any way until the user has confirmed the plan.