Commit Graph

  • 365f4d31d2 feat(frontend): translate UI strings to Korean main pys306 2026-04-28 00:02:25 +09:00
  • 475c203ea1 feat: Add empty response counter logic to ask user for confirmation after 5 retries pys306 2026-04-27 23:37:46 +09:00
  • 50a7544a55 Update server address to 0.0.0.0 pys306 2026-04-27 22:31:07 +09:00
  • bf8914856e Update Streamlit address to 192.168.50.101 for external access pys306 2026-04-26 02:29:42 +09:00
  • cd0ce4d9b0 fix: summary提取与fold_turns防误切,强化thinking模型summary输出 Liang Jiaqing 2026-04-26 00:01:42 +08:00
  • 69f66997fd fix: fallback to getpass.getuser() when os.getlogin() raises OSError Liang Jiaqing 2026-04-25 22:55:17 +08:00
  • 567c7f582b Merge pull request #140 from huangrichao2020/feat/macos-desktop-app LJQ 2026-04-25 22:17:44 +08:00
  • adf393c0a5 Merge pull request #173 from Stark-X/fix/linux-desktop-pet-pyside6 LJQ 2026-04-25 22:09:35 +08:00
  • 12f23138e0 Merge pull request #164 from kukudelaomao/fix/wecomapp-event-handlers LJQ 2026-04-25 22:04:31 +08:00
  • c19ac2dae6 Merge pull request #160 from YooooEX/telegram-polish LJQ 2026-04-25 21:59:49 +08:00
  • 5805566d88 Fix Telegram startup without a configured proxy LJQ 2026-04-25 21:51:54 +08:00
  • da91a0643f fix(sandbox): patch Popen + block startfile to prevent window leaks LJQ 2026-04-25 21:49:15 +08:00
  • 5b0d96b1b5 tg: support document upload, disable draft streaming; wx: streaming flush during task; llmcore: safeprint, max_tokens fixes Liang Jiaqing 2026-04-25 21:33:38 +08:00
  • 10776fed51 Remove responses max output token limit Jiaqing Liang 2026-04-25 14:03:21 +08:00
  • afa4586e3d fix: _drop_unsigned_thinking对str content崩溃 + _to_responses_input丢弃thinking-only assistant消息导致tool_call被吞 Jiaqing Liang 2026-04-25 13:53:08 +08:00
  • bd2dd42ba4 Fix Telegram startup when proxy is not configured Auston Li 2026-04-25 00:54:42 -04:00
  • 0f77470fe0 Merge branch 'lsdefine:main' into fix/linux-desktop-pet-pyside6 Stark-X 2026-04-25 11:20:11 +08:00
  • 3b93c6137d fix(sandbox): patch Popen + block startfile to prevent window leaks MuziIsabel 2026-04-25 10:55:36 +08:00
  • 09cf6306af fix: add Linux desktop pet implementation Stark-X 2026-04-25 10:58:38 +08:00
  • 08181be4bf fix: use correct token limit params for OpenAI APIs Liang Jiaqing 2026-04-25 10:54:44 +08:00
  • cac3ba4769 feat: reasoning/thinking互通适配 + history窗口扩大 + summary提示强化 Liang Jiaqing 2026-04-25 10:33:42 +08:00
  • 936501069c fix(wecomapp): 修复WebSocket连接和事件处理器问题 郭春飞 2026-04-25 01:18:28 +08:00
  • 8e159a9773 feat(tgapp): add support for __ bold and ~~ strikethrough styles YooooEX 2026-04-24 16:24:21 +08:00
  • 0c5d3c8635 fix(tgapp): align startup with common helpers and render file marker basenames YooooEX 2026-04-24 14:44:01 +08:00
  • 114dfdb211 fix: wechatapp单例锁端口19528→19531 避免与qqapp/wecomapp冲突 Liang Jiaqing 2026-04-24 19:58:08 +08:00
  • 9047e7fe39 fix(cli): 修复中文退格显示残影 (#157) LJQ 2026-04-24 18:52:48 +08:00
  • 446d7bf549 Merge remote-tracking branch 'origin/main' into feat/macos-desktop-app Huang richao 2026-04-24 17:53:18 +08:00
  • b34965b936 fix: narrow macOS app installer per review Huang richao 2026-04-24 17:52:47 +08:00
  • ee899d4dd5 fix(tgapp): remove hardcoded proxy default, use mykey.py config instead Liang Jiaqing 2026-04-24 17:30:48 +08:00
  • 888ce2f9bb fix(pyproject): correct dingtalk-stream version constraint (>=0.20, was >=1.0 which does not exist on PyPI) Liang Jiaqing 2026-04-24 17:24:09 +08:00
  • f74cc39c33 fix(cli): 修复中文退格显示残影 VonEquinox 2026-04-24 17:21:04 +08:00
  • e2a57e7a32 Merge pull request #153 from ViviqwerAsd/feat/fsapp-add-llm-command LJQ 2026-04-24 16:01:14 +08:00
  • a6644d580c feat(fsapp): add /llm command support for model switching Xinyi Wang 2026-04-24 04:20:16 -03:00
  • 883366ce55 Merge pull request #148 from AspasZhang/docs/update-wechat-qr-codes-v3 LJQ 2026-04-24 12:32:00 +08:00
  • be2386661d docs: update WeChat community group QR codes (remove 6&10, add 11) AspasZhang 2026-04-24 11:08:20 +08:00
  • 12c2fe1f79 add uv install guide & pyproject.toml; unify error prefix to !!!Error: Liang Jiaqing 2026-04-24 10:00:15 +08:00
  • f334994ab6 fix: thinking非空时不再误判为空响应触发重试 Liang Jiaqing 2026-04-24 09:29:12 +08:00
  • 6974853695 Merge PR #144: style: 重构并优化 qtapp 桌面窗口样式与交互功能 LJQ 2026-04-24 09:26:08 +08:00
  • f516c52a72 feat(tgapp): stream MarkdownV2 replies with draft fallback and file segments (#135) YooooEX 2026-04-24 09:01:49 +08:00
  • 8065c0d759 style: 重构并优化 qtapp 桌面窗口样式与交互功能 wellsoren 2026-04-24 01:50:09 +08:00
  • fd46d61543 fix: SSE tool_call streaming compat for non-standard index/id, MockToolCall handle list args & None fallback; sop: CDP bringToFront note Liang Jiaqing 2026-04-23 23:44:50 +08:00
  • 7255515607 feat: add macOS Desktop App installation script Huang richao 2026-04-23 23:19:24 +08:00
  • 8a6a5715ff Fix responses call_id mapping for converted tool history Liang Jiaqing 2026-04-23 20:53:44 +08:00
  • df2a7749b4 refactor: unify system prompt injection into _openai_stream; disable gpt done_hooks Liang Jiaqing 2026-04-23 20:07:20 +08:00
  • 6091bf0c6f fix: add requests to pip install & tune max_turns/prompt Jiaqing Liang 2026-04-23 17:21:05 +08:00
  • fd4c833511 feat(stapp): restore chat history bubbles after /continue N (#138) weijia 2026-04-23 16:36:41 +08:00
  • 1678114f1f fix: split concatenated JSON tool args in _parse_openai_sse to prevent _raw death spiral Liang Jiaqing 2026-04-23 11:53:35 +08:00
  • 97573e6f46 fix: agent-level retry for intermittent SSL errors during streaming Liang Jiaqing 2026-04-23 11:24:54 +08:00
  • 17971f642a fix: guard all id/call_id fields with or "" to prevent None leaking into payload Liang Jiaqing 2026-04-23 11:00:04 +08:00
  • a53b7a8593 refine L0 sync rule: default L3, bracket trigger words only for non-intuitive scenarios Liang Jiaqing 2026-04-22 19:49:27 +08:00
  • 08c583d1c6 fix: filter empty text blocks in message conversion & add prompt continuation line Liang Jiaqing 2026-04-22 19:37:06 +08:00
  • 928633e4b2 Merge pull request #134 from shenhao-stu/main LJQ 2026-04-22 19:11:43 +08:00
  • 542aa89130 template: add mykey_template_en.py Shen Hao 2026-04-22 19:09:07 +08:00
  • eb2a3bf824 template: add Kimi for Coding configuration Shen Hao 2026-04-22 19:05:40 +08:00
  • 274d47f35f Normalize OAI messages before conversion and update tool-call prompt Liang Jiaqing 2026-04-22 17:15:12 +08:00
  • b34cffe801 feat(fsapp): render agent run as one continuously-updating Feishu card (#131) weijia 2026-04-22 14:12:51 +08:00
  • 132edb3154 improve GPT done_hook: require informative summary on completion Liang Jiaqing 2026-04-22 10:53:29 +08:00
  • 7b2ff1e73a feat(tgapp): handle photo messages, pass temp path to agent Liang Jiaqing 2026-04-21 23:39:46 +08:00
  • f1db2e56df feat: add Telegram slash command parity and menu sync (#125) LJQ 2026-04-21 23:14:38 +08:00
  • f14ad0c693 fix(llmcore): preserve thinking block signature in streaming SSE parser (#123) song 2026-04-21 12:07:14 +08:00
  • 7ce39e29d0 Merge pull request #124 from ViviqwerAsd/docs/update-wechat-qr-codes-v2 LJQ 2026-04-21 11:52:37 +08:00
  • 09a78573f5 docs: update WeChat community group QR codes Xinyi Wang 2026-04-21 11:47:55 +08:00
  • ef9d218f91 feat: add Telegram slash command parity and menu sync YooooEX 2026-04-21 11:43:53 +08:00
  • 055fe882fc docs: add arXiv link (2604.17091) to README Liang Jiaqing 2026-04-21 10:57:51 +08:00
  • d25cfa5a2a refactor: vision_sop精简改写 + 新增vision_api.template.py Liang Jiaqing 2026-04-20 23:22:36 +08:00
  • 5c1dd1270c refactor stapp rerun reset logic and simplify vision SOP Liang Jiaqing 2026-04-20 21:10:49 +08:00
  • bf4bc5d2ea feat: add /continue and /new command support to all chat frontends (#120) LJQ 2026-04-20 21:01:09 +08:00
  • d1a491ff3b feat: add continue/new support to chat frontends Xinyi Wang 2026-04-20 19:27:31 +08:00
  • db3a807141 docs: add link to Datawhale hello-generic-agent tutorial Jiaqing Liang 2026-04-20 16:26:07 +08:00
  • 116d7d3d23 refactor: plugins dir + opt-in langfuse via __getattr__ guard Jiaqing Liang 2026-04-20 15:56:06 +08:00
  • 8e6270e3a3 feat: optional Langfuse tracing for agent execution (#115) totoyang 2026-04-20 15:27:55 +08:00
  • adc702d3f8 docs: add GitHub badge linking to GA-Technical-Report (data & reproduction repo) Jiaqing Liang 2026-04-20 12:37:17 +08:00
  • 765fcb6c2e docs: move disclaimer to License section (less intrusive) Jiaqing Liang 2026-04-20 12:19:29 +08:00
  • ae796482e8 docs: add disclaimer about unofficial commercial sites Jiaqing Liang 2026-04-20 12:17:28 +08:00
  • 63c7c83c51 refactor: update agent loop and tool extraction Liang Jiaqing 2026-04-19 23:21:37 +08:00
  • 86ca4625ad refactor: simplify HTTP error handling in _openai_stream, add non-stream support, broadcast history in MixinSession Liang Jiaqing 2026-04-19 20:57:07 +08:00
  • d1f4ee9aaf Merge pull request #112 from shenhao-stu/main LJQ 2026-04-19 19:15:41 +08:00
  • 8d07a0b4eb feat: Import chatapp_common for command activation Shen Hao 2026-04-19 19:12:36 +08:00
  • faf5c9ce01 feat: Add imports for GeneraticAgent and continue command Shen Hao 2026-04-19 19:11:39 +08:00
  • 9d5e4b18eb feat: update continue_cmd.py Shen Hao 2026-04-19 19:10:38 +08:00
  • 2d753a6930 improve /resume: use regex to extract history blocks instead of naive tail reading Liang Jiaqing 2026-04-19 17:15:38 +08:00
  • 745220e62c Revert "Merge pull request #108 from ggandmee-cloud/feat/cch-signing" Liang Jiaqing 2026-04-19 16:18:45 +08:00
  • 0214388d10 Merge pull request #110 from shenhao-stu/main LJQ 2026-04-19 15:40:19 +08:00
  • 9217fee211 [feat]: Add user agent configuration to llmcore Shen Hao 2026-04-19 15:38:41 +08:00
  • 7c2785efe2 [config]: update mykey_template.py Shen Hao 2026-04-19 15:37:30 +08:00
  • 3e61155b33 Merge pull request #108 from ggandmee-cloud/feat/cch-signing LJQ 2026-04-19 15:27:13 +08:00
  • c79b1c5140 feat: NativeClaudeSession 加入 CCH 签名 ggandmee-cloud 2026-04-18 14:42:29 -04:00
  • 4abb8e205d sys_prompt_en: 去掉强制英文,跟随用户语言 Liang Jiaqing 2026-04-19 11:29:30 +08:00
  • c6319594c7 清理SOP: web_setup去TM方案, tmwebdriver排查流程优化 Liang Jiaqing 2026-04-19 11:16:29 +08:00
  • 77d44c8cd0 update technical report Liang Jiaqing 2026-04-19 10:03:32 +08:00
  • 5d015d42c9 update technical report: language polish and table layout improvements Liang Jiaqing 2026-04-18 19:58:56 +08:00
  • f8a380d4fd fix: increase default timeout for non-stream mode (10/240s vs 5/30s) Liang Jiaqing 2026-04-18 16:45:37 +08:00
  • 2632478d96 fix: get_llm_name case-insensitive match & refactor to accept optional backend param Liang Jiaqing 2026-04-18 14:46:05 +08:00
  • c529abce3c fix: clarify start_long_term_update should only be called when task is completed (not mid-task) Liang Jiaqing 2026-04-18 13:09:01 +08:00
  • 11c41e7c4a refine memory_cleanup_sop: 4 compression principles, RULES triage, anti-intuitive trigger words, layered placement Liang Jiaqing 2026-04-18 12:33:41 +08:00
  • 3c2d22b948 refactor: move chat bubble asset to frontends/ and rename to English Liang Jiaqing 2026-04-18 11:13:38 +08:00
  • 5d0d4b7d27 add: right-click of changing skin for desktop pet (#99) Keeper 2026-04-18 11:00:56 +08:00
  • 184948b772 Merge pull request #89 from mmgnosit-commits/fix/minimax-timeout-retry LJQ 2026-04-18 10:59:16 +08:00
  • f49d69cf92 fix: 桌宠气泡 (#102) weijia 2026-04-18 10:48:30 +08:00
  • ec34b7e1c0 Add technical report link to README Liang Jiaqing 2026-04-18 00:13:48 +08:00