Skip to content

Releases: CMGS/gua

v0.1

25 Mar 16:17

Choose a tag to compare

Changelog

  • 2897db1 build: add version metadata, release workflows, and modular CLI files
  • e857f70 chore: clean up Claude logging and denial responses
  • 79ad173 chore: filter Claude spinner noise from prompt parsing
  • 70f5eea chore: fix bridge lint warnings and logging cleanup
  • ee9924f chore: fix hook-mode lint warnings and control flow
  • 54d5e98 chore: fix watcher cleanup lint warning
  • 723e14c chore: improve CLI help output and logging
  • 2e0476a feat: add /share QR flow and users CLI management
  • ce9c519 feat: add initial WeChat iLink client library and repo tooling
  • bee0c32 feat: add initial gua server with Claude bridge and WeChat backend
  • 72b13e9 feat: add presenter-based prompts and multi-account startup
  • 5a1cc2d feat: layer agent and channel prompts with security guardrails
  • fd26897 feat: relay permission prompts and interactive terminal controls
  • fd28e1f feat: route Claude hooks for permission and elicitation prompts
  • fb2d586 feat: run Claude sessions inside tmux and move JSON helpers
  • 20e16bf feat: support Claude CLI TUI commands and menu navigation
  • e448b70 feat: watch the accounts directory and auto-start shared logins
  • 08066bd fix: detect missing conversations before continuing Claude sessions
  • 82b1c2c fix: queue concurrent permission and elicitation prompts
  • 01be9d9 fix: retry without --continue when Claude resume fails
  • 74e4c71 fix: wait for bridge readiness and resolve bridge binary path
  • 81117d0 refactor: centralize media helpers and make bridge instructions configurable
  • ee55733 refactor: introduce runtime abstraction and reorganize Claude packages
  • 09bbea4 refactor: rename backend to channel and libwechat to libc
  • f8fde1f refactor: simplify inbound messages and make tmux watch nonblocking
  • 9c6e824 refactor: split user management into accounts and sessions commands
  • ca3b641 refactor: stream agent responses through per-user subscriptions