Releases: Doctor-wu/agent-im-relay
Releases · Doctor-wu/agent-im-relay
Release list
agent-inbox v1.2.1
agent-inbox v1.2.1
- Version:
1.2.1 - Changes since:
v1.1.2
Changelog
- fix(feishu): prevent concurrent initialization via promise singleton (#27) (57fdd4b)
- fix: use vp test runner in agent-inbox CI (#41) (6e77e11)
- fix: use exec vitest in release workflow (#40) (8610da9)
- feat: backend permission control v2 (#39) (a53f7e8)
- fix(ci): restore agent-inbox build and release flow (#38) (9ba059d)
- feat: add permissionMode (auto/safe) with IM card approval flow (#32) (#37) (7fa9ec6)
- chore: add workspace typecheck and migrate builds to vite-plus (#35) (d0ce352)
- feat: improve Slack bot experience (#34) (a38cce3)
- feat: add Slack package to agent inbox and update pnpm lockfile (99c14e8)
- feat(slack): import runtime functions for Slack integration (8c076eb)
- refactor: standardize agent inbox config loading (#33) (7dfb42d)
- feat: add slack relay adapter (#31) (47c0d2d)
- feat(agent-inbox): remember last used platform selection (#30) (2e11782)
- feat: add allowedChannelIds for Discord channel filtering (#29) (2fcd861)
- fix: require model selection for preset backends (#26) (55c8205)
- feat(feishu): auto-select model to unblock pending runs (#25) (8a92774)
- fix(persistent): serialize concurrent saveState calls to prevent data loss (#24) (323a663)
- Revert "feat(feishu): add scheduleModelSelectionTimeout for auto model fallback" (8900995)
- feat(feishu): add scheduleModelSelectionTimeout for auto model fallback (4704f8f)
- chore: bump versions - agent-inbox@1.2.0, core/discord/feishu@1.1.0 (4d0704e)
- feat: add backend listModels support (#23) (540eeab)
- Revert "feat: remove model selection capability (#21)" (f9bed07)
- feat: remove model selection capability (#21) (be375ae)
- refactor: backend and model capability configuration (#20) (228b0cf)
- feat: add opencode backend and dynamic detection (#19) (baf8f17)
v1.1.1
- Rewrite README in English for international open source audience
- Move Why Agent Inbox and Quick Start sections to the top
- Remove embedded architecture diagram
- Add Discord bot setup guide (docs/discord-setup.md)
- Fix npm publish package name check in CI (PR #14)
v1.1.0
What's New
Features
- Backend control tags: Support
<set-backend>codex</set-backend>in messages to switch backend programmatically — works standalone or mixed with prompts, across Discord and Feishu - Skill autocomplete search:
/skillcommand now uses Discord autocomplete instead of 25-item dropdown, with fuzzy search by name and description
Fixes
- Prompt formatting preserved when no control tags are present
- Multiple backend tags resolve atomically (last valid wins)
- Malformed/nested tags treated as plain text
Full Changelog
v1.0.1
What's Changed
- feat: add feishu adapter foundation by @Doctor-wu in #1
- feat(feishu): harden gateway callbacks and unify session control by @Doctor-wu in #2
- feat: add sticky thread session continuity by @Doctor-wu in #3
- feat: add distributable Agent Inbox app by @Doctor-wu in #4
- feat(feishu): make session controls menu-first by @Doctor-wu in #5
- refactor(feishu): rebuild session presentation flow by @Doctor-wu in #6
- fix(feishu): handle image and post attachments by @Doctor-wu in #7
- feat(feishu): render text replies as rich text by @Doctor-wu in #8
- feat: upgrade CLI with @clack/prompts, PID lock, and CI/CD by @Doctor-wu in #9
- fix(discord): support explicit bot mentions by @Doctor-wu in #10
New Contributors
- @Doctor-wu made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1