Commit graph

  • 33915fb712 fix(gemini): preserve thought_signature in tool calls to prevent 400 errors mrbeandev 2026-02-16 17:40:23 +05:30
  • f5cc2f429f add Volcengine LLM (doubao) support likeaturtle 2026-02-17 22:31:19 +08:00
  • 2f24be6c59 add Volcengine LLM (doubao) support likeaturtle 2026-02-17 22:31:19 +08:00
  • 5680da8f97 Merge origin/main into refactor/provider-protocol-122 Jared Mahotiere 2026-02-17 09:28:56 -05:00
  • e3c246a36f Merge origin/main into refactor/provider-protocol-122 Jared Mahotiere 2026-02-17 09:28:56 -05:00
  • 66591dfdb7 support openai response format through config Yang 2026-02-17 22:23:19 +08:00
  • d8644a1328 Merge branch 'main' of https://github.com/sipeed/picoclaw into find_skills harshbansal7 2026-02-17 19:50:43 +05:30
  • 3d274ce16d fix(termux): Android binary support + argv fix mrbeandev 2026-02-17 16:36:19 +05:30
  • f3e727a3d0
    feat: add .deploy.env support to save SSH credentials for deploys Claude 2026-02-17 14:13:44 +00:00
  • 7ca93d2596
    fix: resolve 404 on gateway root and unify webhook routing on single port Claude 2026-02-17 14:09:58 +00:00
  • 99e29bcf2a feat: Add the Qwen provider HansonJames 2026-02-17 22:07:58 +08:00
  • f0e90e6379 feat: Add the Qwen provider HansonJames 2026-02-17 22:07:58 +08:00
  • 0ede534b45 feat(providers): add PICOCLAW_HTTP_TIMEOUT env var to support slow LLMs (fixes #312) mrbeandev 2026-02-16 19:57:18 +05:30
  • 93e0d3be27 feat(tools): add background execution support to shell tool to prevent agent blocking (fixes #197) mrbeandev 2026-02-16 18:17:30 +05:30
  • b031fed067 fix(gemini): preserve thought_signature in tool calls to prevent 400 errors mrbeandev 2026-02-16 17:40:23 +05:30
  • 4e247f520b docs(telegram): update help message to include model management commands mrbeandev 2026-02-16 13:03:28 +05:30
  • aaf6fdf748 fix(deploy): prevent Docker ENV vars from overriding JSON config mrbeandev 2026-02-16 12:19:23 +05:30
  • 255ed66f0d feat: persist slash command model/provider changes to config file mrbeandev 2026-02-16 12:13:19 +05:30
  • 55c2a0f9d1 fix(deploy): remove hardcoded docker env defaults and dynamic model list mrbeandev 2026-02-16 10:04:36 +05:30
  • 79497a13c1 feat: Coolify deployment support and Telegram UI/UX enhancements mrbeandev 2026-02-16 00:10:54 +05:30
  • 2d876eaa98
    feat(goreleaser): enhance build flags with versioning and commit info Boris Bliznioukov 2026-02-17 15:00:06 +01:00
  • 066459406e feat(goreleaser): enhance build flags with versioning and commit info Boris Bliznioukov 2026-02-17 15:00:06 +01:00
  • 2d758d714f
    feat(goreleaser): add 'stdjson' tag to picoclaw build configuration Boris Bliznioukov 2026-02-17 14:55:37 +01:00
  • 8f1d989356 feat(goreleaser): add 'stdjson' tag to picoclaw build configuration Boris Bliznioukov 2026-02-17 14:55:37 +01:00
  • daf0683cea feat(termux): add network diagnostics and more API tests to manager mrbeandev 2026-02-16 18:21:38 +05:30
  • 6f975b8761 feat(termux): add network diagnostics and DNS fix to manager (addresses #306) mrbeandev 2026-02-16 18:18:47 +05:30
  • 0054c35622 docs: add screenshots to Termux installation guide mrbeandev 2026-02-16 16:55:49 +05:30
  • 1b42b0d1fb docs: remove placeholder note in Termux guide mrbeandev 2026-02-16 16:53:28 +05:30
  • e18217485a feat: add Android/Termux support with interactive manager and guide mrbeandev 2026-02-16 16:47:47 +05:30
  • e072c7ba69 fix:pr-272 reverted the changes from pr-227 (#361) lxowalle 2026-02-17 21:31:54 +08:00
  • 920e30a241
    fix:pr-272 reverted the changes from pr-227 (#361) lxowalle 2026-02-17 21:31:54 +08:00
  • ad747e8e89
    fix(Makefile): update LDFLAGS and GOFLAGS for optimized build size Boris Bliznioukov 2026-02-17 14:27:03 +01:00
  • c8ccafa14f fix(Makefile): update LDFLAGS and GOFLAGS for optimized build size Boris Bliznioukov 2026-02-17 14:27:03 +01:00
  • add20a4454 feat: add rate limiting, memory/skill tools, and state management KoheiYamashita 2026-02-17 22:22:43 +09:00
  • 564838355d fix:pr-272 reverted the changes from pr-227 lxowalle 2026-02-17 21:15:15 +08:00
  • 02df8f3b4f Merge pull request #225 from yinwm/feat/cron-exec-timeout-config daming大铭 2026-02-17 21:12:59 +08:00
  • 7b9b8104c8
    Merge pull request #225 from yinwm/feat/cron-exec-timeout-config daming大铭 2026-02-17 21:12:59 +08:00
  • 9a6dec8cb6 refactor(shell): interpret zero timeout as unlimited execution yinwm 2026-02-17 21:10:20 +08:00
  • 881999aceb refactor(shell): interpret zero timeout as unlimited execution yinwm 2026-02-17 21:10:20 +08:00
  • 43e1e14b47 feat: Add Perplexity search provider integration (#138) Hua Audio 2026-02-17 14:02:56 +01:00
  • f929268ab2
    feat: Add Perplexity search provider integration (#138) Hua Audio 2026-02-17 14:02:56 +01:00
  • f169eb3479 Merge remote-tracking branch 'origin/main' into feat/cron-exec-timeout-config yinwm 2026-02-17 20:53:31 +08:00
  • 684e7413e1 Merge remote-tracking branch 'origin/main' into feat/cron-exec-timeout-config yinwm 2026-02-17 20:53:31 +08:00
  • 117398c2b9 feat: interactive CLI wizard for zero-config onboarding (#350) mrbeandev 2026-02-17 18:11:52 +05:30
  • 11008573d7
    Merge branch 'sipeed:main' into main Piotrek Konowrocki 2026-02-17 13:21:52 +01:00
  • 82d6a3685e fix file name harshbansal7 2026-02-17 16:47:49 +05:30
  • aa312dc2d6
    Terminate process using job object Yasuhiro Matsumoto 2026-02-17 20:00:46 +09:00
  • fa3b35beaa
    Terminate process group Yasuhiro Matsumoto 2026-02-17 19:54:46 +09:00
  • 886d3088f2 feat(channels/matrix): add Matrix channel integration Myka 2026-02-17 11:13:44 +03:00
  • b21ff3e6c9 fix(voice/tts): use /health endpoint for Chatterbox availability check Myka 2026-02-17 13:03:56 +03:00
  • b2642ff7f4 1. fix typo zepan 2026-02-17 18:03:02 +08:00
  • da79c201c7 1. fix typo v0.1.2 zepan 2026-02-17 18:03:02 +08:00
  • 44eacfcc73 1. add android phone termux quick guide zepan 2026-02-17 18:01:39 +08:00
  • 5fb2721d22 1. add android phone termux quick guide zepan 2026-02-17 18:01:39 +08:00
  • 461585dbd5 feat(security): disable exec, i2c, spi tools by default KoheiYamashita 2026-02-17 18:28:48 +09:00
  • 5c0344d7df Improvements harshbansal7 2026-02-17 14:57:23 +05:30
  • e90732d140 1. add AI Code Generation selection in pr template zepan 2026-02-17 17:15:40 +08:00
  • 951b05d255 1. add AI Code Generation selection in pr template zepan 2026-02-17 17:15:40 +08:00
  • 5c6603b34b chore: downgrade Go version from 1.25.7 to 1.25.6 KoheiYamashita 2026-02-17 17:53:15 +09:00
  • 269dec0034 1. rename doc to docs zepan 2026-02-17 16:51:38 +08:00
  • ac4b16dfb4 1. rename doc to docs zepan 2026-02-17 16:51:38 +08:00
  • ef5c2de460 feat(voice/tts): add Chatterbox support with emotion controls Myka 2026-02-17 11:30:05 +03:00
  • 1e68aa12b0 feat(voice/tts): add full voice profile to TTSConfig Myka 2026-02-17 11:21:49 +03:00
  • c3a7629343 feat(voice/tts): add TTS synthesis and voice parameter on message tool Myka 2026-02-17 11:11:51 +03:00
  • 21079e49ec feat(voice/stt): add local Whisper STT provider Myka 2026-02-17 11:10:12 +03:00
  • 5bb3b41f1e refactor(voice): introduce Transcriber interface for pluggable STT Myka 2026-02-17 11:09:07 +03:00
  • 9c7cb86bc6 1. add roadmap.md zepan 2026-02-17 16:03:07 +08:00
  • 0fadbcd340 1. add roadmap.md zepan 2026-02-17 16:03:07 +08:00
  • 76e9e7fd45 merge upstream/main into pr-picoclaw-doctor mrbeandev 2026-02-17 13:03:57 +05:30
  • 58e09e2f3b feat(deploy): add dedicated Coolify deployment files and guide mrbeandev 2026-02-17 12:43:56 +05:30
  • bf0414dd10 merge upstream/main into feat/coolify-and-telegram-enhancements mrbeandev 2026-02-17 12:43:21 +05:30
  • e7a33416a6 chore(pr239): split out coolify deployment changes mrbeandev 2026-02-17 12:38:09 +05:30
  • 093d24f9ab feat: add configurable ack reaction support for Feishu zhangweiii 2026-02-17 14:44:09 +08:00
  • 6295a88514 fix(ci): use env var for release tag (#342) Guoguo 2026-02-17 14:32:51 +08:00
  • a961a2df87
    fix(ci): use env var for release tag (#342) Guoguo 2026-02-17 14:32:51 +08:00
  • 70d907643a feat: add MiniMax provider support for model name routing Together 2026-02-17 14:30:23 +08:00
  • e766d03c52 fix(ci): use env var for release tag Guoguo 2026-02-17 14:23:42 +08:00
  • c34ce9d128 fix: unify runtime path resolution for procd services Chun Hu 2026-02-17 14:13:07 +08:00
  • 2b6b4fb35a fix: anthropic provider falls through to HTTPProvider with wrong API format Together 2026-02-17 13:57:48 +08:00
  • 4cf95a4276 feat: Add Google Calendar integration, GitHub tools, and Email enhancements Udbhav 2026-02-17 11:22:21 +05:30
  • 1ea879745b
    fix: use -P (uppercase) for scp port flag in deploy scripts Claude 2026-02-17 04:18:53 +00:00
  • 1bd42c6a0e refactor: move bot_name from agents.defaults to per-channel config Atharva 2026-02-17 09:08:40 +05:30
  • 0651fae151 Merge branch 'main' of https://github.com/sipeed/picoclaw Worm 2026-02-17 11:06:06 +08:00
  • 5461cdd4da add xmpp Worm 2026-02-17 11:06:03 +08:00
  • 1c355a4bb1 build(docker): migrate full image from Debian to Alpine base yuchou87 2026-02-17 10:57:38 +08:00
  • e38364b08a build(docker): migrate full image from Debian to Alpine base yuchou87 2026-02-17 10:57:38 +08:00
  • fad846e22f chore(config): remove example MCP servers from default config yuchou87 2026-02-17 10:41:29 +08:00
  • 4113190c2a chore(config): remove example MCP servers from default config yuchou87 2026-02-17 10:41:29 +08:00
  • 008f1a5261 perf(agent): reduce memory footprint by storing minimal MCP dependencies yuchou87 2026-02-17 10:39:39 +08:00
  • 6892d006d6 perf(agent): reduce memory footprint by storing minimal MCP dependencies yuchou87 2026-02-17 10:39:39 +08:00
  • 0d4eda3449 style: fix code formatting Tzufucius 2026-02-17 10:22:48 +08:00
  • a52db058d4 docs: add Vietnamese README (README.vi.md) AlbertBui010 2026-02-17 09:17:03 +07:00
  • 75fb728a11 docs: add Vietnamese README (README.vi.md) AlbertBui010 2026-02-17 09:17:03 +07:00
  • 634c02f040 feat: implement session context switching via /session command Tzufucius 2026-02-17 10:10:51 +08:00
  • de0fcf2514
    Merge branch 'sipeed:main' into main Tzufucius 2026-02-17 09:31:53 +08:00
  • a2e2d132a4 refactor: module command system handling Tzufucius 2026-02-17 09:31:20 +08:00
  • 0fc5ea9867 update pr template zepan 2026-02-17 09:30:30 +08:00
  • 57dac394c5 update pr template zepan 2026-02-17 09:30:30 +08:00
  • c6c05c2b19 feat: add Exa web search provider as alternative to Brave Jeremy Gleeson 2026-02-15 20:33:04 -08:00
  • 0d7c84a1ca feat: add support for reasoning models (K2-Think, DeepSeek R1, QwQ) Shaurya Rohatgi 2026-02-16 15:34:54 -08:00