Commit graph

  • 27bd816b1c fix(agent): validate AGENT tool declarations from registry afjcjsbx 2026-05-07 13:49:23 +02:00
  • f1f6e1131b removed unused code afjcjsbx 2026-05-07 13:20:39 +02:00
  • 6f6270b39d Merge upstream/main into feat/agent-discovery-prompt afjcjsbx 2026-05-07 13:16:30 +02:00
  • 9d48e39d09 feat(backend): add MCP server REST API (list, add, update, delete, test) anthrodjear 2026-05-07 14:11:11 +03:00
  • 7432c6856c refactor(backend): use pkg/agent/manager directly, remove duplicated CRUD logic anthrodjear 2026-05-07 13:51:54 +03:00
  • 9ae9583be6 feat(backend): add cron job REST API (list, add, delete, enable, disable) anthrodjear 2026-05-07 13:39:19 +03:00
  • 8dd22efe65 fix(frontend): align deleteAgent return type with backend response {status} anthrodjear 2026-05-07 12:50:20 +03:00
  • 41d6156dce style(line): shorten long line for golines linter ex-takashima 2026-05-07 16:48:45 +09:00
  • ad78ba06ea fix(line): close HTTP response body from WithHttpInfo calls ex-takashima 2026-05-07 16:41:19 +09:00
  • 9b7fc7aa6c fix(line): classify SDK errors with HTTP status and add client timeout ex-takashima 2026-05-07 16:23:33 +09:00
  • e7c0dc821a Merge remote-tracking branch 'remotes/upstream/main' hehaijunandhenry 2026-05-07 14:39:29 +08:00
  • 9a0edf0ae3 fix(web,api): fix edit test connection false negative and gate fetch for unsupported providers SiYue-ZO 2026-05-07 14:10:54 +08:00
  • 84f4453911 feat(tools): add ToolSkill metadata handling for community tool system Dark aura 2026-05-07 06:00:53 +01:00
  • 4db0847677 feat(vault): integrate vault with memory graph for Obsidian-inspired system Dark aura 2026-05-07 05:58:57 +01:00
  • d0cac40dd3 Merge branch 'main' of https://github.com/anthrodjear/picoclaw Dark aura 2026-05-07 05:52:53 +01:00
  • 5b31787db3 feat(api): add vault API endpoints placeholder Dark aura 2026-05-07 05:52:34 +01:00
  • c15b14e09a feat(ui): add Obsidian-inspired vault sidebar with vanilla JS components Dark aura 2026-05-07 05:51:30 +01:00
  • 719656e83b feat(vault): add ReadNote with frontmatter parsing for MEMORY.md Dark aura 2026-05-07 05:45:09 +01:00
  • 27aaa5e7d1 feat(vault): add VaultStore for managing Obsidian-compatible markdown notes Dark aura 2026-05-07 05:36:39 +01:00
  • c0bc4624be fix: resolve lint errors for PR #2781 Costin Stroie 2026-05-07 06:58:46 +03:00
  • 6544bebdd1 Fixed the stale pid issue mrigangha 2026-05-07 03:37:08 +00:00
  • 7226412c7d Fixed the stale pid issue mrigangha 2026-05-07 03:32:06 +00:00
  • 658961b728
    Merge pull request #2531 from is-Xiaoen/feat/delegate-tool 美電球 2026-05-07 11:25:41 +08:00
  • 62654a8cd8 fix(agents): preserve feedback target metadata Anton Bogdanovich 2026-05-06 18:50:21 -07:00
  • 2efdcb7bec feat(agents): allow disabling subagent tool feedback Anton Bogdanovich 2026-05-06 18:20:18 -07:00
  • 7744e44704 feat(agents): label subagent tool feedback Anton Bogdanovich 2026-05-06 17:55:31 -07:00
  • aea466b2b9 fix(agents): dismiss subagent topic feedback Anton Bogdanovich 2026-05-06 17:36:21 -07:00
  • ce13b13617 fix(agents): preserve session on async responses Anton Bogdanovich 2026-05-06 15:54:54 -07:00
  • fdbca6d56d fix(telegram): clean up subagent tool feedback Anton Bogdanovich 2026-05-06 15:41:49 -07:00
  • 5292ddf325 fix(telegram): scope tool feedback by session Anton Bogdanovich 2026-05-06 15:24:18 -07:00
  • 2608ddc6be fix(agents): show workspace-relative feedback paths Anton Bogdanovich 2026-05-05 22:22:03 -07:00
  • 194781c3e9 feat(agents): add working summary tool feedback Anton Bogdanovich 2026-05-05 17:13:39 -07:00
  • d7f77e7744
    Potential fix for pull request finding Gabriel S. Vieira 2026-05-06 16:30:25 -03:00
  • f270a87894 updated the UI in chat adding voice and image. In cockpit redesigned it. anthrodjear 2026-05-06 19:35:35 +03:00
  • 788cda5c7a
    Merge pull request #2762 from afjcjsbx/feat/stop-command Mauro 2026-05-06 18:19:14 +02:00
  • 17b24e8c7b fix(config): correct MCP discovery merge patch behavior Gabrielsv01 2026-05-06 10:55:01 -03:00
  • b8b231964c Build automation and development improvements anthrodjear 2026-05-06 16:20:27 +03:00
  • 03dae1301d added the windows build without make anthrodjear 2026-05-06 15:07:28 +03:00
  • 249fa93e95 style(web): apply linter formatting across model config components SiYue-ZO 2026-05-06 18:16:52 +08:00
  • 77c6f31983 feat(web,api): test connection with real connectivity verification and unsaved form values SiYue-ZO 2026-05-06 18:13:19 +08:00
  • 9cb14eef52 fix(web): add credential warning for catalog imports from remote providers SiYue-ZO 2026-05-06 18:11:38 +08:00
  • b4746b9b44 fix(web): prevent auto-fetch when API key is missing in fetch models dialog SiYue-ZO 2026-05-06 18:07:54 +08:00
  • e304dce40e docs: sync all documentation to V3 config format SiYue 2026-05-04 16:25:16 +08:00
  • cb176e16ff docs: add skill catalog token optimization details to configuration guide Costin Stroie 2026-05-06 12:54:21 +03:00
  • ae3cd795a2 refactor: enhance skill catalog configuration and update related tests Costin Stroie 2026-05-06 12:52:30 +03:00
  • 48f636e343 refactor: update skill catalog injection logic and add corresponding tests Costin Stroie 2026-05-06 12:34:42 +03:00
  • 52af9748a2 refactor: move skill catalog handling to dynamic context and update tests Costin Stroie 2026-05-06 12:26:19 +03:00
  • ee5cf2b88a feat: improve model configuration workflows SiYue-ZO 2026-05-06 16:29:37 +08:00
  • 81a050555d
    feat(provider,web,asr): enhance model management with explicit provider metadata (#2701) LC 2026-05-06 16:06:49 +08:00
  • 528a004bb9 Merge branch 'main' into feat/add-get-current-time-tool dtapps 2026-05-06 16:06:08 +08:00
  • d8b77086c2 fix(mcp): use transport-level timeouts and context timeouts for SSE support dtapps 2026-05-06 16:00:54 +08:00
  • bd18186187 Merge branch 'main' into fix/mcp-init-non-fatal dtapps 2026-05-06 15:38:36 +08:00
  • c7366cf57f feat(seahorse): add SearchByTag method to RetrievalEngine Dark aura 2026-05-06 08:35:20 +01:00
  • 4d3070e849
    fix(web): 兼容 HTTP 环境复制按钮 (#2712) openapphub 2026-05-06 14:44:36 +08:00
  • 57eb3fc169 feat(memory): add Tags and Metadata to SessionMessage for frontmatter support Dark aura 2026-05-06 07:44:09 +01:00
  • e3a05bd36d
    build(deps): bump @tailwindcss/vite from 4.2.2 to 4.2.4 in /web/frontend (#2734) dependabot[bot] 2026-05-06 14:32:00 +08:00
  • 2b75c88428 feat(memory): add YAML frontmatter parser for JSONL sessions Dark aura 2026-05-06 07:28:21 +01:00
  • 0977f59fee
    build(deps): bump github.com/larksuite/oapi-sdk-go/v3 (#2736) dependabot[bot] 2026-05-06 14:27:14 +08:00
  • ea9fb7d472
    build(deps): bump @tailwindcss/vite from 4.2.2 to 4.2.4 in /web/frontend dependabot[bot] 2026-05-06 06:19:01 +00:00
  • 00742b0196
    build(deps): bump @tanstack/react-router in /web/frontend (#2733) dependabot[bot] 2026-05-06 14:17:21 +08:00
  • 0419497c72
    build(deps): bump i18next from 26.0.7 to 26.0.8 in /web/frontend (#2732) dependabot[bot] 2026-05-06 14:14:08 +08:00
  • 6c07d4723f
    build(deps): bump @tanstack/react-router in /web/frontend dependabot[bot] 2026-05-06 06:12:32 +00:00
  • 864bfa1cef
    build(deps-dev): bump typescript-eslint in /web/frontend (#2730) dependabot[bot] 2026-05-06 14:12:19 +08:00
  • c0bc8a3f9d
    build(deps): bump tailwindcss from 4.2.2 to 4.2.4 in /web/frontend (#2729) dependabot[bot] 2026-05-06 14:10:28 +08:00
  • cf80fa7d6f feat(telegram): add topic group trigger overrides Anton Bogdanovich 2026-05-05 22:30:27 -07:00
  • 4bdeb5dfbf docs: add design spec for learning vault and tool system Dark aura 2026-05-06 06:27:16 +01:00
  • 4ac0b52882 redesign: compact tool display and anchored permission prompt Dark aura 2026-05-06 04:57:18 +01:00
  • 96621eff21
    feat(i18n): add Portuguese (Brazil) locale (#2037) Diego Fornalha 2026-05-06 00:33:39 -03:00
  • 15eb2e6249 fix: integrate PermissionPrompt dialog into chat UI Dark aura 2026-05-06 04:21:00 +01:00
  • 1fc04f7c77 feat: implement permission tool usage from frontend to backend Dark aura 2026-05-06 03:15:59 +01:00
  • 9870f46180
    Merge branch 'sipeed:main' into main anthrodjear 2026-05-06 05:19:55 +03:00
  • e62d9e20c2 fix(cron): suppress feedback for scheduled turns Anton Bogdanovich 2026-05-05 19:05:59 -07:00
  • 321898a0ad fix(telegram): stop typing for topic replies Anton Bogdanovich 2026-05-05 18:43:13 -07:00
  • e76d8e7322
    Merge 1c953db972 into eb4e187550 Yum-King 2026-05-06 09:18:57 +08:00
  • 647e0db124 support codex oauth thinking level Anton Bogdanovich 2026-05-03 20:04:08 -07:00
  • 1627fd0240 fix codex oauth streamed tool calls Anton Bogdanovich 2026-05-03 19:55:37 -07:00
  • 5c96dc9005 fix openai oauth codex and transcription Anton Bogdanovich 2026-05-03 17:48:25 -07:00
  • 05e4538883 match codex image request payload Anton Bogdanovich 2026-05-05 14:33:40 -07:00
  • 135f721dfc configure image generation under tool settings Anton Bogdanovich 2026-05-05 14:11:00 -07:00
  • cd0b4f025e move image generation behind provider capability Anton Bogdanovich 2026-05-05 13:54:53 -07:00
  • 32d4029f2b split image generation provider implementation Anton Bogdanovich 2026-05-05 13:40:54 -07:00
  • 8844289268 make image generation provider pluggable Anton Bogdanovich 2026-05-05 13:31:53 -07:00
  • 31a771b1f7 add image generation tool Anton Bogdanovich 2026-05-03 21:26:44 -07:00
  • a7e52e8a25 fix(agent): drain scoped follow-up queue when pending stop skips turn startup afjcjsbx 2026-05-05 19:24:15 +02:00
  • eb4e187550
    Merge pull request #2767 from afjcjsbx/fix/leaf-summary-target-validation Mauro 2026-05-05 19:09:06 +02:00
  • fffe515763
    Merge branch 'main' into feat-model-provider-select LC 2026-05-05 21:37:53 +08:00
  • 0129da1c8e
    Merge pull request #2773 from zhangxinping666/codex/fix-telegram-svg-media Mauro 2026-05-05 14:12:34 +02:00
  • d601b75268 fix(agent): send SVG attachments as files xp 2026-05-05 19:36:09 +08:00
  • d1c6f6e44c feat(tools): implement permission prompting for filesystem operations anthrodjear 2026-05-05 11:27:12 +03:00
  • 7205dc6b5e docs: add exec permission implementation plan and design spec anthrodjear 2026-05-05 11:08:54 +03:00
  • 912bc3c0f0 preserve telegram topic for message tool Anton Bogdanovich 2026-05-04 22:10:46 -07:00
  • d056cad375
    Merge d0e0eea7b8 into 5745957429 John Feng 2026-05-05 04:39:45 +00:00
  • d0e0eea7b8 update based on copilot review John Feng 2026-05-05 12:39:36 +08:00
  • 03b45056e4 add header back John Feng 2026-05-05 12:29:28 +08:00
  • ed48cb2363
    Merge branch 'main' into ovms_enabling John Feng 2026-05-05 12:16:03 +08:00
  • 4afa1a1b0f add test for ovms John Feng 2026-05-05 12:12:23 +08:00
  • f46cf4c706 fix: use exported field names (PermissionCache, AskPermission) in test file anthrodjear 2026-05-05 06:52:02 +03:00
  • 9455c2d641 feat: wire up PermissionCache and register RequestPermissionTool in agent anthrodjear 2026-05-05 06:45:11 +03:00
  • 9ac94f32cf feat: modify ExecTool to check PermissionCache before executing outside-workspace commands anthrodjear 2026-05-05 06:39:20 +03:00
  • d9c55dc939 Merge branch 'main' of https://github.com/anthrodjear/picoclaw anthrodjear 2026-05-05 06:36:57 +03:00