9054a9b4ad
fix(onebot): correct interaction api dependency version
release-ctl/1.0.0
2026-05-13 13:04:45 +08:00
github-actions[bot]
c8d5f577a1
chore: update registry index
2026-05-13 03:35:47 +00:00
7c82c4aea5
chore: update onebot registry index version
2026-05-13 11:35:24 +08:00
5491ad1747
refactor(versioning): decouple module release versions
...
- bump parent and external module parent POMs to 1.0.0
- make runtime, interaction API, ctl, and external modules use explicit versions
- centralize internal dependency versions with dedicated properties
- keep framework and core on the shared runtime 0.5.0 line
- prepare partnerctl and module releases for independent versioning
2026-05-13 11:33:34 +08:00
1be6ed0198
chore: update idea settings
2026-05-13 10:19:55 +08:00
01bfc3ee18
feat(partnerctl-fetch): support fetching raw data via https proxy
2026-05-13 10:16:18 +08:00
2d45adf8c3
feat(partnerctl-module): load external modules from remote registry index
2026-05-12 23:34:35 +08:00
707fddda79
fix(release): checkout repository before creating ctl release
2026-05-11 18:16:40 +08:00
68589a21fc
chore(release): add partnerctl release workflow
release-ctl/0.5.0
2026-05-11 15:18:15 +08:00
e8228d0cc1
fix(ci): make partnerctl native test workflow dispatchable
2026-05-11 11:33:00 +08:00
cc99e565f0
chore(ci): add partnerctl native build test workflow
2026-05-11 11:29:33 +08:00
github-actions[bot]
718271417d
chore(registry): update latest core release to release-core/0.5.0
2026-05-11 03:15:42 +00:00
04ee38726b
chore(release): use release-core tag workflow
2026-05-11 11:09:10 +08:00
github-actions[bot]
4a00e65868
chore(registry): update latest core release to rel-v0.5.0
release-core/0.5.0
2026-05-11 03:00:38 +00:00
6c3c08b5d5
chore: unify workflows name style
2026-05-11 10:24:29 +08:00
ef5a332f17
chore(release): add partner core release workflow
2026-05-11 10:05:43 +08:00
github-actions[bot]
9acabca40e
chore(registry): update latest buildable to buildable/0.5.0
2026-05-10 15:28:36 +00:00
b654090a6e
feat(git): add latest buildable update workflow
buildable/0.5.0
2026-05-10 23:18:07 +08:00
github-actions[bot]
c9a7343b30
chore: update registry index
2026-05-10 14:27:29 +00:00
6250b480e0
chore: add onebot adapter registry manifest
2026-05-10 22:27:13 +08:00
github-actions[bot]
63e8cc314a
chore: update registry index
2026-05-10 14:22:35 +00:00
451f83e14d
fix(module-registry): resolve manifest paths from registry in index update script
2026-05-10 22:22:12 +08:00
2b7e6718d9
fix(git): stage registry/index.json in update workflow
2026-05-10 22:10:41 +08:00
ed806c668a
feat(git): add module index updating workflow
2026-05-10 22:08:47 +08:00
da381c3adf
refactor(partnerctl-module): add version attribute to manifest
2026-05-10 21:40:20 +08:00
1cbff98b36
chore(git): remove legacy gitea sync workflow
2026-05-10 21:36:12 +08:00
95a30f147c
chore: add initial module registry structure
2026-05-10 21:32:06 +08:00
0ea8dfc7d9
fix(core): correct logback log level fallback syntax ( #1 )
2026-05-09 14:51:28 +08:00
8cb876b532
feat(partnerctl): add --log-level option for run command and wire runtime log level to Partner-Core
2026-05-09 14:12:32 +08:00
d72b34acfd
fix(partnerctl): align Partner-Core jar path to resources/partner-core.jar across init/control
2026-05-09 13:38:51 +08:00
79dcda082f
refactor(partnerctl-chat): optimize color of chat prompt
2026-05-09 10:14:36 +08:00
fbd1d17fc4
refactor(partnerctl): extract TerminalText styling utility and reuse it in prompt/chat rendering
2026-05-08 23:44:08 +08:00
a8e3a84db8
feat(partnerctl): implement interactive WebSocket chat client with live event rendering
2026-05-08 23:16:49 +08:00
e6e0eef161
refactor(interaction-api): extract interaction data models into new Partner-Interaction-Api module and update imports/dependencies
2026-05-08 20:32:11 +08:00
4c042769f2
refactor(partnerctl): disable Config and Module command temporally in root command
2026-05-06 15:18:20 +08:00
7bee14452e
feat(partnerctl): add shared help option mixin across commands
2026-05-06 15:06:20 +08:00
442397c1f5
feat(partnerctl): i18n-ize command and option descriptions via message bundles
2026-05-06 14:55:16 +08:00
0b329aa370
docs(readme): update build/run commands for Partner-Core module and jar naming
2026-05-06 13:55:14 +08:00
ffc96bbb64
refactor(partnerctl): split control commands into dedicated classes and extract shared runtime utilities
2026-05-06 13:26:46 +08:00
8398c14794
feat(partnerctl): add background run mode and log command with pid/log file management
2026-05-05 23:57:32 +08:00
bd4d5164d3
feat(partnerctl): add run and shutdown commands with process lifecycle handling
2026-05-05 23:39:17 +08:00
9073f88117
feat(partnerctl-init): add i18n message bundles for init flow and source build output
2026-05-05 22:37:41 +08:00
0710f60ed6
fix(partnerctl-init): use numeric default for heartbeat interval prompt
2026-05-05 17:33:44 +08:00
1bf02f543e
feat(partnerctl-init): add safe Partner Home selection with overwrite/cancel flow
2026-05-05 17:21:02 +08:00
19f87c93e3
feat(partnerctl): add ANSI-styled interactive prompt output and labels
2026-05-05 16:36:59 +08:00
828ddff2c2
chore(log): remove legacy log output
2026-05-05 01:29:12 +08:00
57b23e0dcb
feat(partnerctl-init): add finalize step
2026-05-05 00:41:25 +08:00
11f7200e23
feat(partnerctl-init): add interactive model provider configuration
2026-05-04 23:52:13 +08:00
ee8f568006
refactor(partnerctl): move GatewayConfig into commands.data model file
2026-05-04 20:35:36 +08:00
393dcff6df
feat(partnerctl-init): add interactive gateway configuration and gateway.json generation
2026-05-04 17:48:58 +08:00