Commit graph

  • 9d42282672
    fix(chat): tolerate animated legacy tool feedback parsing lc6464 2026-04-26 01:19:19 +0800
  • 9bc702ebaf fix test: enable pretty_print in tool feedback test David Siewert 2026-04-25 23:09:40 +0600
  • 612097b411 fix(config): align gci formatting for LLM retry fields David Siewert 2026-04-25 23:01:45 +0600
  • 303ff8137d
    feat(chat): unify reasoning and tool call visibility lc6464 2026-04-26 00:50:18 +0800
  • 6d04d15ce0
    fix(tool-feedback): dedupe duplicate content and keep full explanations lc6464 2026-04-26 00:40:55 +0800
  • bdaff5cb69 Add pretty_print and disable_escape_html to tool_feedback defaults David Siewert 2026-04-25 22:27:01 +0600
  • 1b2f8aac79 fix(config): align indentation for new LLM retry default fields David Siewert 2026-04-25 22:12:41 +0600
  • 32c8b8ce6a chore(config): add default values for max_llm_retries and llm_retry_backoff_secs David Siewert 2026-04-25 22:09:44 +0600
  • d2f6a08981 fix(config): align gci formatting for MaxLLMRetries field David Siewert 2026-04-25 22:07:16 +0600
  • 5cd10b594a
    feat(pico): add support for tool_calls in chat messages lc6464 2026-04-25 23:43:10 +0800
  • 3c4523e7aa test(agent): add unit tests for network error retry backoff strategy David Siewert 2026-04-25 21:19:13 +0600
  • fc89fea319 test(utils): add unit tests for FormatArgsJSON David Siewert 2026-04-25 21:14:06 +0600
  • bcc3d447a1 feat(agent): add pretty_print and disable_escape_html options for tool feedback David Siewert 2026-04-25 20:46:16 +0600
  • 06fad95719 feat(agent): add network error retry with configurable max retries and backoff David Siewert 2026-04-25 19:08:46 +0600
  • 77be169db4
    Merge pull request #2654 from SiYue-ZO/fix/launcher-hide-windows-console-flash 美電球 2026-04-25 18:00:50 +0800
  • 9f0f914ad7 Merge upstream/main into feat/delegate-tool maxiaoyang 2026-04-25 17:17:03 +0800
  • 726ef4fa99
    Merge pull request #2661 from SiYue-ZO/feature/toggle-thought-visibility 美電球 2026-04-25 17:15:49 +0800
  • d784ec4611 feat: add thought visibility toggle SiYue-ZO 2026-04-25 00:14:28 +0800
  • 41f4d95597
    Merge pull request #2657 from lc6464/fix-deepseek-v4-thinking-history 美電球 2026-04-25 15:08:48 +0800
  • 04b62745e4
    Merge pull request #2664 from afjcjsbx/fix/mcp-http-session-lifecycle Mauro 2026-04-25 08:51:28 +0200
  • 78e4e59ac3
    chore: update WeChat group QR code (#2667) BeaconCat 2026-04-25 13:15:37 +0800
  • ae162a72b1
    fix(message): ignore transient assistant thoughts in message count and history truncation lc6464 2026-04-25 12:25:09 +0800
  • 788f76f422
    Merge pull request #2666 from afjcjsbx/fix/mcp-nil-arguments 美電球 2026-04-25 11:38:48 +0800
  • 2f91cc0a80
    Merge pull request #2660 from afjcjsbx/fix/tool-feedback-json-format 美電球 2026-04-25 11:34:09 +0800
  • 93e9bddc6e
    Merge pull request #2659 from SiYue-ZO/fix/thought-bubble-collapse-state 美電球 2026-04-25 11:30:35 +0800
  • caaad601af
    Merge pull request #2656 from alexhoshina/prompt-layering 美電球 2026-04-25 11:22:21 +0800
  • 9d8f0dc877 fix(mcp): send empty object instead of null for tool afjcjsbx 2026-04-24 21:24:29 +0200
  • 8f8af0874d fix(mcp): retry tool calls on lost HTTP sessions and fix client lifecycle afjcjsbx 2026-04-24 20:20:57 +0200
  • 9ca73b944f fix(agent): preserve prompt hook and cache semantics Hoshina 2026-04-25 01:25:17 +0800
  • b4a5965602 refactor(onboard,api): harden copydir repo-root detection and use platform-neutral proc attrs naming SiYue 2026-04-25 00:31:36 +0800
  • dce29c181f fix lint afjcjsbx 2026-04-24 18:21:01 +0200
  • 94a6b0c0f5 fix(tool-feedback): format tool args as JSON code blocks afjcjsbx 2026-04-24 18:07:48 +0200
  • 683ce31f2b fix: isolate thought bubble collapse state SiYue-ZO 2026-04-24 23:58:42 +0800
  • 494cc381b5 build(onboard): support codespace placeholder and path checks SiYue 2026-04-24 23:13:09 +0800
  • e1863234f0 fix(launcher): hide windows child-process console flashes SiYue 2026-04-24 16:50:19 +0800
  • a977a92729 build(web): avoid shell-expanding powershell vars in windows recipe SiYue 2026-04-24 16:40:06 +0800
  • 193e1a3cd0 Fix Windows build flow SiYue 2026-04-12 21:27:40 +0800
  • f6bceb29a3 Fix Windows build flow SiYue 2026-04-12 21:27:40 +0800
  • 979ff00cc3
    fix(messageutil): remove dead code LC 2026-04-24 22:16:18 +0800
  • bb0f983708
    fix(reasoning): persist canonical history for DeepSeek and web chat lc6464 2026-04-24 21:45:41 +0800
  • 48d8952591 feat(agent): migrate tool prompts to capability slots Hoshina 2026-04-24 19:36:46 +0800
  • 8d51d306b3
    Merge pull request #2641 from afjcjsbx/feat/mcp-cli Mauro 2026-04-24 13:06:34 +0200
  • 2e65b1be83 feat(agent): add structured prompt layering Hoshina 2026-04-24 18:14:28 +0800
  • ccd19a48ce
    Fix Windows build flow (#2487) 肆月 2026-04-24 17:50:59 +0800
  • 07032df037 fix(mcp): normalize local command paths and document env-file usage afjcjsbx 2026-04-24 10:32:55 +0200
  • f334ac6d01
    fix: treat PID=1 as stale in PID file singleton check, fix govet shadow, add .gitattributes (#2642) BeaconCat 2026-04-24 15:26:34 +0800
  • f4dbac0dcf fix(mcp): expand home paths for local stdio server commands afjcjsbx 2026-04-24 07:47:26 +0200
  • 293477b02a
    Keep launcher locale changes from mutating shared web-search routing (#2573) Junghwan 2026-04-24 14:45:25 +0900
  • 47a881b11f
    build(deps-dev): bump typescript-eslint in /web/frontend (#2638) dependabot[bot] 2026-04-24 12:05:08 +0800
  • 743d7e69f2
    build(deps): bump github.com/larksuite/oapi-sdk-go/v3 (#2637) dependabot[bot] 2026-04-24 12:04:47 +0800
  • 047a904b4f
    build(deps): bump github.com/rs/zerolog from 1.35.0 to 1.35.1 (#2635) dependabot[bot] 2026-04-24 12:02:04 +0800
  • 1dba8e9e91
    build(deps-dev): bump vite from 8.0.8 to 8.0.10 in /web/frontend (#2634) dependabot[bot] 2026-04-24 11:59:54 +0800
  • 73594a07ca
    build(deps): bump github.com/aws/aws-sdk-go-v2/config (#2633) dependabot[bot] 2026-04-24 11:59:30 +0800
  • ffd22c7fb6
    build(deps): bump i18next from 26.0.3 to 26.0.7 in /web/frontend (#2632) dependabot[bot] 2026-04-24 11:55:19 +0800
  • 39d7b3a63e
    build(deps): bump react-i18next from 17.0.3 to 17.0.4 in /web/frontend (#2631) dependabot[bot] 2026-04-24 11:50:45 +0800
  • 9fc72c1fb3
    feat(tool-feedback): add separate message mode for chat feedback (#2644) Mauro 2026-04-24 05:49:41 +0200
  • 0d1b041d74
    Merge pull request #2485 from afjcjsbx/fix/telegram-oauth-links 美電球 2026-04-24 11:35:16 +0800
  • 9fba52d0fa
    ci: parallel macOS CGO launcher build, lowercase Docker tags, conditional Docker Hub login (#2643) BeaconCat 2026-04-24 09:53:07 +0800
  • f440047263
    Merge pull request #2640 from sipeed/dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/bedrockruntime-1.50.5 Mauro 2026-04-23 19:32:21 +0200
  • 2da05c2ad3 feat(mcp): add show, add, list, remove, test, edit cli commands afjcjsbx 2026-04-23 19:20:15 +0200
  • ac4db35c0b
    build(deps): bump github.com/aws/aws-sdk-go-v2/service/bedrockruntime dependabot[bot] 2026-04-23 17:19:51 +0000
  • 0c0a582559
    Merge pull request #2586 from kunalk16/fix-functions-deduplication 美電球 2026-04-23 20:55:11 +0800
  • cac4f21746
    fix(tools): improve web search provider fallback (#2629) wenjie 2026-04-23 15:39:16 +0800
  • 7616470137 Revert deduplication Kunal Karmakar 2026-04-22 05:41:32 +0000
  • 4ae11406d2 Deduplicate further functions Kunal Karmakar 2026-04-19 06:48:28 +0000
  • bc077db0ee Deduplicate ParseDataAudioURL function Kunal Karmakar 2026-04-19 06:26:52 +0000
  • e901e70c14 Fix linting Kunal Karmakar 2026-04-19 04:30:21 +0000
  • c71146b1d5 Functions deduplication Kunal Karmakar 2026-04-19 04:20:00 +0000
  • 451db2f5d8
    Feat(channels): unify animated tool feedback across chat channels and Pico (#2622) lxowalle 2026-04-23 10:35:50 +0800
  • 68ceb54b36
    Merge pull request #2535 from afjcjsbx/feat/mcp-channel-commands Mauro 2026-04-22 14:54:28 +0200
  • f367a9c010
    fix(web): use raw token for Pico media proxy and refresh chat attachment UI (#2618) wenjie 2026-04-22 15:14:20 +0800
  • 77b0c43392
    refactor: support explicit provider field in model list entries (#2609) lxowalle 2026-04-22 11:28:47 +0800
  • 3316ee6923
    feat(web): download files on frontend (#2563) Mauro 2026-04-22 05:28:04 +0200
  • 023ca2e4c1
    ci(release): split tag creation and release into separate workflows (#2614) Guoguo 2026-04-22 10:07:14 +0800
  • 279c496bb2
    Merge pull request #2613 from sky5454/tmp_govet_fix Mauro 2026-04-21 18:30:48 +0200
  • d0507df894 chore(isolation): fix govet shadow declaration of "err" shadows sky5454 2026-04-21 23:23:50 +0800
  • 71c877a67f
    refactor(web): switch dashboard auth from tokens to passwords (#2608) wenjie 2026-04-21 18:04:15 +0800
  • a5379d5fff
    feat(feishu): Add group chat trigger and random emoji response frontend configuration (#2607) 肆月 2026-04-21 18:01:16 +0800
  • 175682f152 chore: refresh PR mergeability afjcjsbx 2026-04-21 10:44:47 +0200
  • 5a13616b64 fix(mcp): surface MCP init failures to command handlers afjcjsbx 2026-04-21 09:03:17 +0200
  • e5a6960078 fix lint afjcjsbx 2026-04-15 19:48:44 +0200
  • 276f5425f0 feat(commands): add MCP slash commands and tool details afjcjsbx 2026-04-15 19:38:30 +0200
  • 6ca7311273
    feat(agent): add context usage ring indicator and /context command (#2537) Guoguo 2026-04-21 16:30:02 +0800
  • 9c3dc0ee3a
    fix(auth): canonicalize Google Antigravity provider and enhance credential management (#2599) LC 2026-04-21 16:28:29 +0800
  • b798fa4b7b
    docs: update documentation for Gemini native protocol (#2601) LC 2026-04-21 16:15:09 +0800
  • ba6992234f
    feat(web): support list editing for channel array fields (#2595) wenjie 2026-04-21 16:04:28 +0800
  • dcb4b67e00
    fix(web): clean up restored chat transcripts and optimize chat UI (#2605) wenjie 2026-04-21 11:52:58 +0800
  • 329e68e017
    refactor(agent): Agent Looper refactor phase2, restructure pipeline and rename loop files to agent (#2585) sky5454 2026-04-21 10:55:50 +0800
  • 4e2f80b79a
    docs: update wechat qrcode (#2604) Guoguo 2026-04-21 09:37:31 +0800
  • 6421f146a9
    Revert "Feat/channel tool feedback animation (#2569)" (#2596) lxowalle 2026-04-20 18:30:29 +0800
  • e556a816e4
    Feat/channel tool feedback animation (#2569) lxowalle 2026-04-20 15:20:26 +0800
  • 8461c996e5
    chore(web): update linting and router dependencies (#2592) wenjie 2026-04-20 11:18:42 +0800
  • 74c98a5acf
    refactor(web): secure Pico websocket access behind launcher auth (#2545) Guoguo 2026-04-20 11:17:42 +0800
  • f8190f04b7 fix(web): stop pinning Pico WebSocket origins during setup wenjie 2026-04-16 19:04:47 +0800
  • d002e1517b fix(web): improve Pico URL and origin handling behind proxies wenjie 2026-04-16 18:31:42 +0800
  • 4b76196e2c refactor(web): secure Pico websocket access behind launcher auth wenjie 2026-04-16 16:47:23 +0800
  • 6126ede963
    Merge pull request #2566 from lc6464/refactor/providers-tools-layout 美電球 2026-04-17 22:51:49 +0800
  • 9fe678247f
    docs: add session and routing documentation (#2571) 美電球 2026-04-17 21:25:18 +0800
  • 15a3560533
    docs: reorganize docs by type and add layout guidance (#2567) Guoguo 2026-04-17 18:51:07 +0800
  • 2708c834d0
    build(deps): patch gomarkdown and upgrade shadcn (#2568) wenjie 2026-04-17 15:40:23 +0800