Commit Graph

265 Commits

Author SHA1 Message Date
7472028997 feat: add skills framework and controls 2026-02-07 00:20:35 +08:00
b0941a247b fix: reduce workspace scans in host mode 2026-02-06 17:09:19 +08:00
55ef45e04d feat: add silent disable option and workspace prompt split 2026-02-03 23:11:15 +08:00
50b0dd9336 fix: wrap chat text and align header fonts 2026-02-02 18:34:07 +08:00
406e777e22 feat: improve compression and context budgeting 2026-01-31 10:30:00 +08:00
9ded11de7a feat: support batch todo updates 2026-01-30 18:50:02 +08:00
b81e14b314 feat: add video processing toast 2026-01-30 18:15:54 +08:00
bb91d22631 feat: add video send/view flow and guard model constraints 2026-01-30 17:04:33 +08:00
462b0ed6f3 feat: move model and mode pickers to header bar 2026-01-30 15:55:27 +08:00
7890926c3d fix: improve cancellation flow and api error tracing 2026-01-30 15:36:44 +08:00
5fcda980fb fix: cache file tree per conversation 2026-01-29 15:05:29 +08:00
453df30f45 refactor: replace file diff tools, simplify todos, disable typewriter 2026-01-29 14:20:01 +08:00
e5c2943cb2 fix: refine title prompt and sandbox config 2026-01-29 11:54:24 +08:00
6f8c1b36cc feat: add image compression preference for uploads 2026-01-28 11:43:09 +08:00
60d27e9c1c fix: refine host mode controls and kimi-k2.5 support 2026-01-28 11:19:50 +08:00
8a7cc5d9c6 feat: support kimi-k2.5 with multimodal thinking 2026-01-28 10:34:27 +08:00
d8cffa30cc feat: add host mode quick entry 2026-01-28 10:01:04 +08:00
1c2ad9eb72 chore: ignore doc folder and webapp pid 2026-01-25 16:15:43 +08:00
d0197c38c3 fix: expand workspace file access and paginate convo index 2026-01-25 16:13:32 +08:00
f7034a3047 fix: enforce personalization tool disables in api flows 2026-01-25 13:44:52 +08:00
51f61b04d2 feat: add api admin ui and container status fix 2026-01-25 10:49:52 +08:00
5f2a5af86e docs(api): switch base url to agent.cyjai.com 2026-01-24 18:58:18 +08:00
6e0df78fef feat(api): multi-workspace endpoints and container cleanup 2026-01-24 18:29:30 +08:00
9f7b443268 feat: add prompt/personalization selection and conversation APIs 2026-01-24 13:33:50 +08:00
82e7d0680a feat: add api v1 bearer auth and polling docs 2026-01-24 02:35:07 +08:00
d6fb59e1d8 refactor: split web_server into modular architecture
- Refactor 6000+ line web_server.py into server/ module
- Create separate modules: auth, chat, conversation, files, admin, etc.
- Keep web_server.py as backward-compatible entry point
- Add container running status field in user_container_manager
- Improve admin dashboard API with credentials and debug support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 09:21:53 +08:00
72cdd69f9b docs: add office file creation guidance 2026-01-20 21:10:00 +08:00
b8a3d56657 chore: remove tracked ds_store files 2026-01-20 21:09:54 +08:00
c787df2cef fix: reuse terminal container for command exec 2026-01-20 21:08:39 +08:00
aacdfc78eb fix: fallback timeout wrapper for terminal commands 2026-01-19 21:57:59 +08:00
88dc7e02a4 feat: improve onboarding and copy ux 2026-01-19 21:02:24 +08:00
026588bba3 fix: align toolbox python env for run_command 2026-01-19 20:58:38 +08:00
e256182304 fix: stabilize code block font to prevent jitter 2026-01-07 19:06:04 +08:00
a089cdd853 fix: update prompt timeouts and pip mirror 2026-01-06 16:35:11 +08:00
60e63595a6 chore: sync pending changes 2026-01-05 21:48:55 +08:00
5c7cdd72c9 feat: add custom tools guide and id validation 2026-01-05 21:46:55 +08:00
4cfd0ef090 fix: stop converting Kimi balance and switch Qwen endpoint to business.aliyuncs.com 2026-01-05 14:22:06 +08:00
1cf8bd7014 fix: use Kimi base URL from env to avoid 401 2026-01-05 14:19:37 +08:00
5fd2739878 fix: align qwen balance signing/query encoding to avoid 400 2026-01-05 14:18:41 +08:00
2d17143d72 fix: fallback to existing kimi/deepseek key names in balance fetch 2026-01-05 14:17:43 +08:00
e58936bf05 chore: read balance creds from .env by default 2026-01-05 14:13:51 +08:00
cec28df931 feat: add manual balance checker for admin monitor 2026-01-05 14:10:19 +08:00
99cbea30da feat: polish admin policy UI and tool selection 2026-01-05 13:34:00 +08:00
68b2ace43f chore: instruct title gen to ignore first user instructions 2026-01-05 01:13:13 +08:00
fce6a3879e fix: return review file path without leading slash 2026-01-05 01:08:42 +08:00
3540fa8e4b feat: conversation review flow and token fixes 2026-01-05 00:59:35 +08:00
f9b5aa2af9 fix: reset defaults for new conversations 2026-01-03 16:46:33 +08:00
f5cf2fb7e7 fix: send full extract_webpage content to model 2026-01-03 15:03:41 +08:00
e2ba632ac8 feat: expand model support and qwen-vl ux 2026-01-03 07:01:24 +08:00
77959226dd fix: restore thinking mode from personalization when session reset 2026-01-02 15:00:49 +08:00