Commit Graph

5 Commits

  • docs(coding-agent): merge theme.md into themes.md, add hot reload info
    - Merged theme.md content into themes.md
    - Added hot reload documentation
    - Updated all references from theme.md to themes.md
    - Fixed outdated info (vars not defs, complete example with all 50 tokens)
    - Removed dev-focused Implementation section
  • docs(coding-agent): update README intro, add packages/prompt-templates/themes docs
    - Rewrote README intro to emphasize extensibility and pi packages
    - Added Pi Packages section to README
    - Created docs/packages.md covering install, sources, manifest, filtering
    - Created docs/prompt-templates.md covering format and arguments
    - Created docs/themes.md with overview linking to theme.md
  • Fix lockstep versioning and improve documentation
    - Sync all packages to version 0.7.7
    - Rewrite sync-versions.js to handle ALL inter-package dependencies automatically
    - Fix web-ui dependency on pi-ai (was 0.6.0, now 0.7.7)
    - Move agent fix changelog entry to coding-agent CHANGELOG
    - Remove redundant agent CHANGELOG.md
    - Improve README.md with clearer lockstep versioning docs
    - Add /changelog command to display full changelog in TUI (newest last)
    - Fix changelog description (not a scrollable viewer, just displays in chat)
    - Update CHANGELOG for 0.7.7 release