v1.1.0
Features
- Migrate to open-source assets with modular manifest-based loading (#117) — Replaces bundled proprietary tileset with open-source assets loaded via a manifest system, enabling community contributions and modding.
- Recognize 'Agent' tool name for sub-agent visualization (#76) — Claude Code renamed the sub-agent tool from 'Task' to 'Agent'; sub-agent characters now spawn correctly with current Claude Code versions.
- Dual-publish workflow for VS Code Marketplace + Open VSX (#44) — Automates extension releases to both VS Code Marketplace and Open VSX via GitHub Actions.
Maintenance
- Add linting, formatting, and repo infrastructure (#82) — ESLint, Prettier, Husky pre-commit hooks, and lint-staged for consistent code quality.
- Add CI workflow, Dependabot, and ESLint contributor rules (#116) — Continuous integration, automated dependency updates, and shared linting configuration.
- Lower VS Code engine requirement to ^1.105.0 — Broadens compatibility with older VS Code versions and forks (Cursor, Antigravity, Windsurf, VSCodium, Kiro, TRAE, Positron, etc.).
Contributors
Thank you to the contributors who made this release possible:
- @drewf — Agent tool recognition for sub-agent visualization
- @Matthew-Smith — Open VSX publishing workflow
- @florintimbuc — Project coordination, CI workflow, Dependabot, linting infrastructure, publish workflow hardening, code review