Commit Graph

460 Commits

Author SHA1 Message Date
lpf
b007a403a1 feat: improve telegram streaming stability and task context with memory/ekg v0.0.17 2026-03-04 14:05:47 +08:00
lpf
a7dcafae60 refactor: default-enable session planning and scheduling without config flags v0.0.16 2026-03-04 12:49:43 +08:00
lpf
154ab3f7f9 feat: add session auto-planning and resource-based concurrency scheduling v0.0.15 2026-03-04 12:44:31 +08:00
lpf
ba8cfbe131 fix(telegram-stream): chunked streaming with retry/rate-limit and suppress duplicate final send 2026-03-04 12:00:25 +08:00
lpf
d639a5113f fix config 2026-03-04 11:04:25 +08:00
lpf
6c78ef3b1c refactor(responses): remove chat_completions and wire responses features end-to-end 2026-03-04 10:25:50 +08:00
lpf
d42b6a6f10 fix webui i18n 2026-03-03 17:33:26 +08:00
lpf
2357a5de9b feat(webui): support --force install for suspicious skills v0.0.10 2026-03-03 14:27:27 +08:00
lpf
1946c50fc5 fix webui skill v0.0.9 2026-03-03 13:57:12 +08:00
lpf
49f9fcb0e2 fix install.sh 2026-03-03 12:14:50 +08:00
lpf
cdc39231db fix webui i18n v0.0.8 2026-03-03 12:02:57 +08:00
lpf
75abdcdf07 feat(provider): add cross_session_call_id toggle and docs 2026-03-03 11:26:53 +08:00
lpf
bd93c12edc fix logs 2026-03-03 10:36:53 +08:00
野生派Coder~
35b0ad1bfd Merge pull request #10 from YspCoder/codex/fix-install.sh-path-for-webui
Fix WebUI installer to locate nested dist directory
2026-03-03 00:24:57 +08:00
野生派Coder~
a96df7daa1 fix installer webui dist extraction path 2026-03-03 00:24:36 +08:00
野生派Coder~
b980928df8 Merge pull request #9 from YspCoder/codex/fix-cron-expression-display-issue
Cron: extract dispatch logic, add 'at' schedule UI support, and tests
2026-03-03 00:10:54 +08:00
野生派Coder~
8b97064255 Ensure cron reminders deliver to explicit targets 2026-03-03 00:10:20 +08:00
野生派Coder~
d1c277d3c0 Merge pull request #8 from YspCoder/codex/optimize-project-code-without-affecting-functionality
Enhance release/build pipeline, add Linux slim build and binary compression; fix small Go process/session issues
2026-03-02 23:46:21 +08:00
野生派Coder~
8e94e7e1f6 ci: build linux release artifacts with slimmer flags 2026-03-02 23:46:03 +08:00
野生派Coder~
062be860d9 Merge pull request #7 from YspCoder/codex/fix-clawgo-task-delivery-failure
Route system-channel outbound messages to origin channel and add test
2026-03-02 22:50:19 +08:00
野生派Coder~
e85bf4c5b8 Refine cron outbound fix with smaller implementation 2026-03-02 22:49:20 +08:00
野生派Coder~
798a3bd26e Merge pull request #6 from YspCoder/codex/clawgo
fix(cron): preserve reminder delivery target from session context
2026-03-02 22:26:06 +08:00
野生派Coder~
67dd45a4dd fix(cron): ensure reminders keep delivery channel target 2026-03-02 22:25:18 +08:00
lpf
edbb389e5d add install.sh 2026-03-02 20:21:28 +08:00
lpf
74a84c190d fix build version 2026-03-02 19:45:39 +08:00
lpf
06c9501be9 fix path 2026-03-02 19:13:43 +08:00
DBT
d2f680debb task lifecycle + heartbeat resilience: preserve archived done tasks and reset heartbeat session on pairing-loop errors 2026-03-02 10:31:31 +00:00
DBT
eb4f1dc82a autonomy persistence: keep task lifecycle records with parent links, attempts, and memory/audit references instead of transient queue semantics 2026-03-02 00:18:46 +00:00
DBT
cd059e16b3 autonomy config: add idle_round_budget auto-release policy and fallback max-rounds from runtime_control 2026-03-01 16:27:11 +00:00
DBT
5f9d526ef4 autonomy policy: add configurable idle_round_budget auto-release window for no-dialog execution 2026-03-01 16:08:26 +00:00
DBT
ed47e2dfe0 agent system-message: rebuild context and retry after purging orphan tool outputs on provider pairing 400 2026-03-01 15:06:46 +00:00
DBT
8a94600b1e autonomy: avoid immediate redispatch of running tasks after restart until pending timeout 2026-03-01 14:45:43 +00:00
DBT
5ac4ca6191 webui cron: use enabled channel/recipient dropdowns from config allow_from and default to non-group ids 2026-03-01 14:35:19 +00:00
DBT
1648c062e0 config/webui: improve providers.proxies editing and support proxies as map or array in config loader 2026-03-01 13:48:56 +00:00
DBT
910d7bba39 docs: rewrite README/README_EN for multi-platform release workflow and current architecture 2026-03-01 13:42:35 +00:00
DBT
5ea5b97068 ci(release): avoid duplicate asset upload by removing redundant webui tarball glob 2026-03-01 13:25:56 +00:00
DBT
9238dc3c2b ci cross-platform fix: make gateway reload/signal handling windows-safe with build-tagged helpers 2026-03-01 13:15:09 +00:00
DBT
09a28836ca ci cross-platform fix: make system_info disk usage helper windows-safe with build tags 2026-03-01 13:04:58 +00:00
DBT
618a8a3723 ci cross-platform fix: avoid syscall.SIGHUP usage on windows via build-tagged self-reload helper 2026-03-01 12:49:58 +00:00
DBT
61d445318b ci(release): include webui build artifact in GitHub release workflow 2026-03-01 12:38:05 +00:00
DBT
a2cacce875 ci: add GitHub Actions release workflow for multi-platform build, package, and publish 2026-03-01 12:35:17 +00:00
DBT
72319b504d build: optimize Makefile for configurable multi-platform matrix and packaging 2026-03-01 12:34:14 +00:00
DBT
9f5191eef3 p0 dedupe tune: configurable dedupe windows, include buttons in outbound idempotency key, and add regression coverage 2026-03-01 12:27:38 +00:00
DBT
95d9f43034 p0 hardening: outbound idempotency guard + regression tests + cached ekg/task-queue aggregation refinements 2026-03-01 11:38:09 +00:00
DBT
b90cc5c40a p0 reliability: add content-hash inbound dedupe, cache ekg stats parsing, and collapse task-queue attempts/log noise 2026-03-01 11:14:48 +00:00
DBT
048d781818 workspace policy: enforce execute-first single-best-solution behavior with minimal confirmations 2026-03-01 11:02:44 +00:00
DBT
dbdf2e832a webui i18n: localize EKG panel labels and actions (zh/en) 2026-03-01 10:45:54 +00:00
DBT
be2381f128 webui layout: add dedicated EKG menu/page and declutter task-audit layout 2026-03-01 08:35:11 +00:00
DBT
13f0b1905f docs: consolidate EKG, audit noise-control, and windowed stats guidance 2026-03-01 06:44:05 +00:00
DBT
548f25a8a1 ekg hardening: add snapshot cache and throttle memory incident writes per errsig 2026-03-01 06:41:29 +00:00