- Add pkg/cache for file-based caching with TTL - Cache lives in workspace .core/cache/ (not home dir) - Search command now caches repo lists for 1 hour - Shows "Cache: host-uk (5s ago)" on cache hit - Use --refresh to bypass cache - Add .core/ to core-devops .gitignore Structure: .core/cache/github/<org>/repos.json Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
322 B
Text
26 lines
322 B
Text
go 1.25.5
|
|
|
|
use (
|
|
.
|
|
./cmd/core
|
|
./cmd/core-gui
|
|
./cmd/core-mcp
|
|
./cmd/examples/core-static-di
|
|
./cmd/lthn-desktop
|
|
./pkg/cache
|
|
./pkg/config
|
|
./pkg/core
|
|
./pkg/display
|
|
./pkg/docs
|
|
./pkg/git
|
|
./pkg/help
|
|
./pkg/i18n
|
|
./pkg/ide
|
|
./pkg/mcp
|
|
./pkg/module
|
|
./pkg/process
|
|
./pkg/repos
|
|
./pkg/updater
|
|
./pkg/webview
|
|
./pkg/ws
|
|
)
|