dj-oyu
d8b0f26b79
refactor: replace moderate-diff Go files with upstream, add fork extensions
...
Replace ~30 more Go source files with upstream versions and re-add
fork-only functionality via appended code or _ext.go files.
Key files aligned: providers/types.go, state/state.go, tools/base.go,
tools/registry.go, channels/*, config/defaults.go, providers/*.
Conflict metrics: 105 → 34 files, 646 → 315 markers (-51%)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 09:48:58 +09:00
dj-oyu
b5d6fbe6ab
merge: bring upstream/main into main
2026-03-09 01:54:14 +09:00
Yasuhiro Matsumoto
383550f7e7
fix: handle ignored io.ReadAll errors across codebase
...
io.ReadAll errors were silently discarded with `body, _ := io.ReadAll(...)`,
which could cause empty or partial data to be used for JSON unmarshaling
or error messages. This adds proper error checks for all instances.
2026-03-05 20:56:38 +09:00
dj-oyu
1ecd70c62a
feat(task1): implement memory and performance optimizations
2026-03-04 23:54:01 +09:00
dj-oyu
36c3345816
Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support
...
Merge upstream changes including:
- Cobra-based CLI command structure migration
- Channel system refactoring (flat files -> subdirectories for telegram, slack)
- Media store abstraction for file handling
- Reasoning channel support for LLM thinking output
- Prompt caching infrastructure (BuildSystemPromptWithCache)
- Bug fixes: goroutine leaks, error propagation, PublishInbound/Outbound context
Resolved 27 merge conflicts, combining HEAD's orchestration system
(AgentReporter, Broadcaster, spawn/subagent, plan mode) with upstream's
architectural changes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 21:18:40 +09:00
Kai Xia(夏恺)
9bcfc00ac4
refactor: cleanup dead code and turn on dead code detection in CI ( #515 )
...
* cleanup dead code.
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
* add these two back with flag.
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
* fix ci
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
* remove this confusing line
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
* make fmt
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
* remove unused method.
picked up by golangci-lint run
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
---------
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
2026-02-24 21:52:25 +08:00
Artem Yadelskyi
6c82b3db60
feat(fmt): Fix formatting
2026-02-20 20:03:11 +02:00
mrbeandev
833d1e988c
fix(antigravity): preserve thought signature on tool call parts
2026-02-17 20:05:47 +05:30
mrbeandev
42e23963e2
fix(antigravity): normalize tool calls to avoid empty function names
2026-02-17 20:05:35 +05:30
mrbeandev
d4949dd715
fix(antigravity): update default model from gemini-3-flash-preview to gemini-3-flash
2026-02-17 20:05:29 +05:30
mrbeandev
b88a11ec32
fix: strip antigravity prefix and improve model list for flash-preview
2026-02-17 20:05:25 +05:30
mrbeandev
4113777984
feat: use gemini-3-flash-preview as default model name
2026-02-17 20:05:20 +05:30
mrbeandev
4edba660c1
feat: complete Antigravity provider integration with robust error handling and docs
2026-02-17 20:05:06 +05:30