Deeka Wong
9df8d494dd
feat(core): align /model switching with provider flow ( #246 )
...
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com >
2026-03-21 20:32:22 +08:00
Deeka Wong
1123c83edb
fix(core): share provider model lookup and stabilize tests ( #210 )
...
* fix(core): share provider model lookup and stabilize tests
* fix(tests): address PR review follow-ups
---------
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com >
2026-03-19 07:55:48 +08:00
Deeka Wong
80ce4a5632
Add models list to provider config for per-provider model selection via alias ( #200 )
...
* Initial plan
* Add models parameter to provider config for /model command support
Co-authored-by: huangdijia <8337659+huangdijia@users.noreply.github.com >
* Change provider models config to alias+model table format with alias-based switching
Co-authored-by: huangdijia <8337659+huangdijia@users.noreply.github.com >
* Update README and docs with /model command and [[providers.models]] alias config format
Co-authored-by: huangdijia <8337659+huangdijia@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: huangdijia <8337659+huangdijia@users.noreply.github.com >
2026-03-18 17:44:44 +08:00
Gaoyuan-SIAT
f04c7c51cd
feat: add /dir command for dynamic work directory switching
2026-03-16 12:08:41 +08:00
chenhg5
c7aca28196
feat(opencode): enhance session handling and error reporting
...
Add message counts and timestamps to session listings. Improve error handling with detailed error message extraction. Enhance tool event handling with better input summaries. Add proper session completion events and step finish logging.
generated by llmgit
Co-Authored-By: Claude <noreply@anthropic.com >
2026-03-14 09:54:52 +08:00
chenhg5
5e0a192b01
feat(claudecode): add provider proxy support for third-party endpoints
...
Add local reverse proxy support for third-party Claude providers with:
- Thinking parameter override rewriting
- Bearer token auth compatibility
- Provider clearing functionality
- Configurable thinking modes
- Improved provider management UX
- Enhanced markdown rendering for Feishu
generated by llmgit
Co-Authored-By: Claude <noreply@anthropic.com >
2026-03-04 23:57:13 +08:00
shenghui kevin
5d54487237
feat(agent): add OpenCode support
...
OpenCode (`opencode run --format json`) streams NDJSON events,
similar to the Gemini agent. This wires it up so users can drive
OpenCode from Telegram / Discord / Slack / etc.
- agent/opencode/opencode.go — agent struct, factory, model/mode/provider switching
- agent/opencode/session.go — subprocess lifecycle, NDJSON event → core.Event mapping
- cmd/cc-connect/main.go — register the "opencode" agent
2026-03-03 15:55:57 -08:00