Commit graph

  • bce31a0149 feat: implement AIEOS v1.1 profile loading for structured agent identity (#296) Edouard CLAUDE 2026-02-19 11:02:29 +04:00
  • 86ff42b4fa This PR adds support for custom OpenAI-compatible endpoints, allowing users to connect to any OpenAI-compatible API such as LM Studio, llama.cpp, vLLM, Ollama, and more. cuandada 2026-02-19 15:01:32 +08:00
  • 04904847b3 feat(onebot): enhance OneBot channel (#192) hsohinna 2026-02-19 14:39:35 +08:00
  • 56a060ff61
    feat(onebot): enhance OneBot channel (#192) hsohinna 2026-02-19 14:39:35 +08:00
  • 30bcf0a564 build: pin base images and improve Docker setup Ruslan Semagin 2026-02-19 09:37:12 +03:00
  • 38f867c00e docs: Update Chinese README. 0x5487 2026-02-19 13:58:17 +08:00
  • 239420bf39 docs: Update Chinese README. 0x5487 2026-02-19 13:58:17 +08:00
  • 0506dd255e docs: Update Chinese README. 0x5487 2026-02-19 13:55:43 +08:00
  • 74a05c3541 docs: Update Chinese README. 0x5487 2026-02-19 13:55:43 +08:00
  • 9abac0f5f4 docs: Update Chinese README. 0x5487 2026-02-19 13:55:15 +08:00
  • ef0b0f9a57 docs: Update Chinese README. 0x5487 2026-02-19 13:55:15 +08:00
  • 963b26c551 chore: revert other PR content from this branch 0x5487 2026-02-19 13:54:06 +08:00
  • 59f62f6405 chore: revert other PR content from this branch 0x5487 2026-02-19 13:54:06 +08:00
  • f6da055421 feat: add MCP server support with official Go SDK and Streamable HTTP KoheiYamashita 2026-02-19 14:50:24 +09:00
  • 43473ab916 chore: resolve remaining conflicts and trigger PR refresh instax-dutta 2026-02-19 11:06:53 +05:30
  • d595d414d3 refactor: reimplement filesystem tools with os.OpenRoot for enhanced security and simplified path validation. 0x5487 2026-02-19 13:31:43 +08:00
  • c7db77bb6f refactor: reimplement filesystem tools with os.OpenRoot for enhanced security and simplified path validation. 0x5487 2026-02-19 13:31:43 +08:00
  • 9300e72e01 refactor: use nil slices and preallocate where capacity is known Ruslan Semagin 2026-02-19 08:12:53 +03:00
  • 8851ed26a0 fix(config): support legacy config without provider field yinwm 2026-02-19 13:05:21 +08:00
  • 58b5e21d90 fix(config): support legacy config without provider field yinwm 2026-02-19 13:05:21 +08:00
  • 0de60f6933 feat: enhance NVIDIA NIM support for Kimi models and fix model ID stripping instax-dutta 2026-02-19 10:31:33 +05:30
  • 4e68cf5b1e refactor: replace direct error comparisons with errors.Is Ruslan Semagin 2026-02-19 07:51:46 +03:00
  • 8141d013c4 feat(config): validate duplicate model names yinwm 2026-02-19 12:45:12 +08:00
  • 1e26312cb3 feat(config): validate duplicate model names yinwm 2026-02-19 12:45:12 +08:00
  • 22f26d5710
    feat: add reasoning_effort support for Codex provider Zi Jie Sng 2026-02-19 11:27:55 +08:00
  • 8c29a8bd0d fix: ensure tool name is correctly included in assistant message tpkeeper 2026-02-19 11:29:27 +08:00
  • 46f8583f23 fix: correct invalid model ID in config example JSON penglp 2026-02-19 11:09:25 +08:00
  • 80d44c86c3 fix: ensure tool name is correctly assigned in LLM iteration tpkeeper 2026-02-19 11:02:22 +08:00
  • 351d96e614
    Add ARMv7 build target to Makefile liiseng 2026-02-19 09:34:01 +07:00
  • cdc092475a fix: improve ack reaction logic and Feishu message handling zhangweiii 2026-02-19 10:08:47 +08:00
  • 836fb6e864 feat: add real-time status indicators for agent processing Kohei 2026-02-19 11:00:24 +09:00
  • b907a9d7e5 fix: improve migration logic and reduce code duplication yinwm 2026-02-19 09:22:39 +08:00
  • ec86b21d3f fix: improve migration logic and reduce code duplication yinwm 2026-02-19 09:22:39 +08:00
  • 39940146e4 Merge remote-tracking branch 'upstream/main' cointem 2026-02-19 09:17:53 +08:00
  • f37631a185 Replace \s+ with [^\S\n]+ to preserve newlines (#299) mattn 2026-02-19 10:02:28 +09:00
  • e8afd31b28
    Replace \s+ with [^\S\n]+ to preserve newlines (#299) mattn 2026-02-19 10:02:28 +09:00
  • 1cd382717b dead code cleanup (#210) Kai Xia(夏恺) 2026-02-19 11:54:13 +11:00
  • d167b47431
    dead code cleanup (#210) Kai Xia(夏恺) 2026-02-19 11:54:13 +11:00
  • f9a986f735 feat(agent): integrate ReAct FSM into agent workflow ZanzyTHEbar 2026-02-19 00:31:54 +00:00
  • 4bfa10f9e7
    Use http.NewClient() Yasuhiro Matsumoto 2026-02-18 23:27:49 +09:00
  • 781bbd1f2c fix: also use max_completion_tokens for gpt5 era models (#445) fipso 2026-02-19 01:29:34 +01:00
  • bb0424e1e2
    fix: also use max_completion_tokens for gpt5 era models (#445) fipso 2026-02-19 01:29:34 +01:00
  • 92193d49e0 perf(memory/delegate): add batch insert wrappers with tx coalescing ZanzyTHEbar 2026-02-18 23:52:20 +00:00
  • c4882b5273 feat(memory/sqlc): add RETURNING to all insert/upsert queries ZanzyTHEbar 2026-02-18 23:49:03 +00:00
  • 3c7845a632 chore: update deps + roadmap ZanzyTHEbar 2026-02-18 23:44:05 +00:00
  • c4803871b5 feat(tools): harden filesystem + shell tools against abuse ZanzyTHEbar 2026-02-18 23:43:51 +00:00
  • 88c47a4385 feat(memory): scope all delegate + store ops to agentID ZanzyTHEbar 2026-02-18 23:43:34 +00:00
  • b240dfdaa2 feat(fantasy): add ReAct FSM, tool DAG, and parallel tool runtime ZanzyTHEbar 2026-02-18 23:42:34 +00:00
  • 75c9e84309 feat(security,worker,agent,pcerrors): add security hardening + job worker + agent state ZanzyTHEbar 2026-02-18 23:41:33 +00:00
  • 4b1567f08b feat(memory/migrations): add Goose migrations 007-010 ZanzyTHEbar 2026-02-18 23:40:41 +00:00
  • 626308ad95 feat(memory/sqlc): expand schema + harden queries + add vet rules ZanzyTHEbar 2026-02-18 23:40:03 +00:00
  • a5e672258a merge: resolve conflicts with origin/main and harmonize language links Edouard CLAUDE 2026-02-19 03:32:52 +04:00
  • 4e8b6ad764
    Merge branch 'sipeed:main' into main 0x5487 2026-02-19 07:32:00 +08:00
  • df1a607ff1 Merge branch 'sipeed:main' into main 0x5487 2026-02-19 07:32:00 +08:00
  • fcc6c02429 fix(tools): add proxy support to web_fetch HTTP transport Nikolas de Hor 2026-02-18 20:17:43 -03:00
  • a06bd8d3b1 config: Update default host bindings to 0.0.0.0 for improved Docker accessibility and add related documentation. 0x5487 2026-02-19 07:23:58 +08:00
  • b450faaf68 config: Update default host bindings to 0.0.0.0 for improved Docker accessibility and add related documentation. 0x5487 2026-02-19 07:23:58 +08:00
  • 98309d4b36 feat: add Markdown rendering support in chat bubbles Kohei 2026-02-19 08:22:18 +09:00
  • 7b4f8cc5c6
    feat: add structured memory tools with progressive disclosure Claude 2026-02-18 23:05:03 +00:00
  • 7d4d4564fe fix: also use max_completion_tokens for gpt5 era models fipso 2026-02-18 23:49:12 +01:00
  • 42be3dec37
    fix: prevent premature memory threshold by tuning summarization params Claude 2026-02-18 22:41:35 +00:00
  • 72be1ca808 Merge pull request #436 from Huaaudio/feat/base-layer-message-split Hua Audio 2026-02-18 23:29:29 +01:00
  • 59fd391248
    Merge pull request #436 from Huaaudio/feat/base-layer-message-split Hua Audio 2026-02-18 23:29:29 +01:00
  • 74b984071f Update pkg/utils/message.go Hua Audio 2026-02-18 23:26:39 +01:00
  • 0d6b22fb3a
    Update pkg/utils/message.go Hua Audio 2026-02-18 23:26:39 +01:00
  • f332509443 feat: telegram transcript Mauro Trulli 2026-02-18 23:25:08 +01:00
  • 635e6a30a2 feat: telegram transcript Mauro Trulli 2026-02-18 23:24:14 +01:00
  • 0693d8fbd1 remove unicode Huaaudio 2026-02-18 23:18:17 +01:00
  • 98afd39913 remove unicode Huaaudio 2026-02-18 23:18:17 +01:00
  • 65815a8a7f update dynamic buffer Huaaudio 2026-02-18 23:03:57 +01:00
  • a46fe140a3 update dynamic buffer Huaaudio 2026-02-18 23:03:57 +01:00
  • a8896d96fe update message test, change dynamic buffer Huaaudio 2026-02-18 23:02:16 +01:00
  • 7d8894d842 update message test, change dynamic buffer Huaaudio 2026-02-18 23:02:16 +01:00
  • 8c2fa468d2
    feat: improve agent behavior with better prompts and configurable LLM params Claude 2026-02-18 22:11:11 +00:00
  • d545b77890 Update pkg/utils/message.go Hua Audio 2026-02-18 22:43:49 +01:00
  • dfc3dffd06
    Update pkg/utils/message.go Hua Audio 2026-02-18 22:43:49 +01:00
  • 988df869f6
    Merge branch 'sipeed:main' into main 0x5487 2026-02-19 05:40:21 +08:00
  • ee2c229908 Merge branch 'sipeed:main' into main 0x5487 2026-02-19 05:40:21 +08:00
  • 0b8035336f Privated function Huaaudio 2026-02-18 22:37:45 +01:00
  • 82a2faed9d Privated function Huaaudio 2026-02-18 22:37:45 +01:00
  • 00dc4b3016 Update to support extra long code blocks Huaaudio 2026-02-18 22:31:18 +01:00
  • f38ce0d4ac Update to support extra long code blocks Huaaudio 2026-02-18 22:31:18 +01:00
  • 5862b5b210
    feat: upgrade default model from glm-4.7 to glm-5 Claude 2026-02-18 21:19:51 +00:00
  • 6ae4fa39b0 Update pkg/utils/message.go Hua Audio 2026-02-18 22:16:19 +01:00
  • 4ccee85561
    Update pkg/utils/message.go Hua Audio 2026-02-18 22:16:19 +01:00
  • 0ec0326cda Merge branch 'sipeed:main' into feat/base-layer-message-split Hua Audio 2026-02-18 22:03:11 +01:00
  • 0a9d24e2a2
    Merge branch 'sipeed:main' into feat/base-layer-message-split Hua Audio 2026-02-18 22:03:11 +01:00
  • 07de733db6 Merge pull request #437 from harshbansal7/fix_build Hua Audio 2026-02-18 22:02:33 +01:00
  • 048cd08e41
    Merge pull request #437 from harshbansal7/fix_build Hua Audio 2026-02-18 22:02:33 +01:00
  • fffdfaf789 fix harshbansal7 2026-02-19 02:28:44 +05:30
  • b122abd30f fix harshbansal7 2026-02-19 02:28:44 +05:30
  • 94675e024a test: add comprehensive cascade stop tests Leandro Barbosa 2026-02-18 17:44:54 -03:00
  • 03b95932ee feat: wire cascade stop into handoff pipeline Leandro Barbosa 2026-02-18 17:44:49 -03:00
  • cdc8c1457e feat: add RunRegistry with cascade stop for agent run cancellation Leandro Barbosa 2026-02-18 17:44:42 -03:00
  • 9a21e8ab46 update documents Huaaudio 2026-02-18 21:44:25 +01:00
  • e35a827624 update documents Huaaudio 2026-02-18 21:44:25 +01:00
  • b5491d4cbd
    fix: go fmt alignment on ProvidersConfig struct Claude 2026-02-18 20:41:43 +00:00
  • 6466fe011b agent: honor cli sessions and use configured llm options Hussain 2026-02-19 04:38:11 +08:00
  • c02fbb5b31 refactor: improve SplitMessage API clarity Hua 2026-02-18 20:21:51 +00:00
  • e03124dc8a refactor: improve SplitMessage API clarity Hua 2026-02-18 20:21:51 +00:00