- 2026-02-01: Clarify and refine wording and steps in the Forgejo CLI guide
- 2026-03-01: Add and adjust explanation for agent shell session selection
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Configure Shiki with github-light and github-dark themes
- Apply Shiki dark mode CSS variables to .astro-code elements
- Follow Astro official documentation for dual theme implementation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add new blog post about configuring agent-shell to prompt for session selection
- Article includes prerequisites with Emacs and Copilot CLI versions
- Covers configuration method using agent-shell-session-strategy setting
- Provides practical use case for managing multiple projects efficiently
- Originally written in Japanese, reviewed for clarity, and translated to English
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Remove SKILL.md as the commit message generation functionality is now integrated into the standard workflow
- Commit message suggestions can be generated directly during development without separate skill configuration
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add 'Recommended Development Setup' section highlighting Podman as the recommended development approach
- Organize Commands section into two subsections: 'Local Development (with Podman)' and 'Direct Commands (without Podman)'
- Include examples for podman compose commands (up --build, up -d, exec)
- Reference README.md for detailed container setup instructions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>