loveuer
f235b8ce90
refactor: restructure project layout — main.go to root, llm+config to pkg/
...
- Move cmd/agentu/main.go → main.go (project root)
- Move internal/llm/ → pkg/llm/ (leaf package, no internal deps)
- Move internal/config/ → pkg/config/ (leaf package, no internal deps)
- Update all import paths: agentu/internal/llm → agentu/pkg/llm (14 files)
- Update all import paths: agentu/internal/config → agentu/pkg/config (3 files)
- Update README: build/run commands, CLI flags section
- agent/session/tools/tui stay in internal/ (app-specific business logic)
Build: go build . | Test: go test ./... | Vet: go vet ./...
2026-06-24 07:06:26 -07:00
loveuer
950c63adaa
v0.0.5: context compaction, minimal config, retry/search/code symbols/diff/status/test commands
2026-06-24 02:20:19 -07:00
loveuer
e4c75c7c0e
v0.0.4: add sessions and refine tui
2026-06-23 17:49:36 +08:00
loveuer
86f5ca4aef
v0.0.2: polish tui rendering
...
Add visible activity state for running turns.
Move model metadata below the input area.
Render assistant Markdown with theme-aware styling.
2026-06-23 09:06:20 +08:00
loveuer
a431d1ec95
v0.0.1: agentu mvp
...
Add OpenAI-compatible providers, TUI, slash commands, and model switching.
Add local file tools plus optional yolo shell execution.
Document config, usage, and development workflow.
2026-06-22 22:40:38 +08:00