What's wrong with this entry?
Anonymous. No account, no email.
1. Export Conversation Command 🆕
- Added new
/exportcommand to save conversation history - Usage:
/export [filename]or just/export - Export methods:
- Copy to clipboard - Copies the entire conversation to system clipboard
- Save to file - Saves conversation as a text file in the current directory
- Automatically generates filename based on conversation content and timestamp if not specified
- Example:
conversation-2024-12-16-implement-dark-mode.txt
2. Process Suspension Support (Ctrl+Z) 🆕
- Added ability to suspend Claude Code using
Ctrl+Z(like traditional Unix applications) - When suspended, displays: "Claude Code has been suspended. Run
fgto bring Claude Code back." - Resume with
fgcommand to return to Claude Code - Note:
Ctrl+Unow handles undo operations (previouslyCtrl+Z)
3. GitHub Actions OAuth Authentication 🆕
- Added OAuth token support for GitHub Actions setup
- New authentication flow creates long-lived tokens (1 year expiry)
- Stores OAuth tokens as
CLAUDE_CODE_OAUTH_TOKENsecret - Environment variable support:
CLAUDE_CODE_OAUTH_TOKEN - Improved security for GitHub Actions integration
4. MCP Resource Management Improvements
- Enhanced MCP (Model Context Protocol) resource handling
- New resource listing and reading capabilities
- Better integration with MCP servers and resources
- Support for
strictMcpConfigparameter for stricter configuration validation