opencode-cursor-agent/internal
王性驊 8b6abbbba7 refactor(task-0): initialize go-zero project structure
- Add go-zero dependency to go.mod
- Create api/chat.api with OpenAI-compatible types
- Create etc/chat.yaml configuration
- Update Makefile with goctl commands
- Generate go-zero scaffold (types, handlers, logic, svc)
- Move chat.go to cmd/chat/chat.go
- Add Config struct for go-zero (keep BridgeConfig for backward compatibility)
2026-04-03 17:15:35 +08:00
..
agent add docker file and claude flow output 2026-04-01 04:32:17 +00:00
anthropic fix 2026-04-01 00:53:34 +00:00
apitypes feat: Add GeminiWeb provider foundation 2026-04-02 22:45:41 +08:00
config refactor(task-0): initialize go-zero project structure 2026-04-03 17:15:35 +08:00
env feat: Add GeminiWeb provider foundation 2026-04-02 22:45:41 +08:00
handler refactor(task-0): initialize go-zero project structure 2026-04-03 17:15:35 +08:00
handlers feat: Implement Gemini Web provider with model selection 2026-04-03 02:28:47 +08:00
httputil first commit 2026-03-30 14:09:15 +00:00
logger feat: Add provider display in startup logs and OpenCode gemini-web config 2026-04-03 00:29:22 +08:00
logic/chat refactor(task-0): initialize go-zero project structure 2026-04-03 17:15:35 +08:00
models fix 2026-04-01 00:53:34 +00:00
openai fix 2026-04-01 00:53:34 +00:00
parser fix output 2026-04-02 21:54:28 +08:00
pool fix 2026-04-01 00:53:34 +00:00
process fix 2026-04-01 00:53:34 +00:00
providers feat: Implement Gemini Web provider with model selection 2026-04-03 02:28:47 +08:00
router feat: Route chat completions to Gemini Web provider when configured 2026-04-03 00:36:48 +08:00
sanitize first commit 2026-03-30 14:09:15 +00:00
server fix 2026-04-01 00:53:34 +00:00
svc refactor(task-0): initialize go-zero project structure 2026-04-03 17:15:35 +08:00
toolcall fix output 2026-04-02 21:54:28 +08:00
types refactor(task-0): initialize go-zero project structure 2026-04-03 17:15:35 +08:00
winlimit fix 2026-04-01 00:53:34 +00:00
workspace first commit 2026-03-30 14:09:15 +00:00