Commit graph

18 commits

Author SHA1 Message Date
Lex Christopherson
a21022a3ef docs: update README for current state, remove github extension
- Remove github extension (3 files) and its test
- Fix GitHub badge/link URLs (glittercowboy/gsd-pi → gsd-build/GSD-2)
- Update /gsd description: wizard → step mode (default since /gsd next)
- Add missing commands: /gsd next, /worktree, /voice, /exit, /clear, keybindings
- Update bundled extensions: 9 → 13 (add Google Search, Mac Tools, MCPorter, Voice)
- Add Google Gemini API key to first launch, requirements, architecture tree
2026-03-11 17:10:51 -06:00
Lex Christopherson
aea1f8a51b docs: simplify star history embed 2026-03-11 11:15:02 -06:00
Lex Christopherson
8f78079daf docs: fix star history repo link 2026-03-11 11:01:26 -06:00
Lex Christopherson
97f27f17ce fix: prevent discuss prompt loop and refresh star history link 2026-03-11 10:57:19 -06:00
jonathancostin
f214912e66 feat: /gsd migrate — .planning to .gsd migration tool (#28) 2026-03-11 06:56:37 -06:00
Lex Christopherson
d1370f74d5 docs: update license references to MIT 2026-03-11 00:41:32 -06:00
Lex Christopherson
f14f6039b4 docs: fix star history chart — use SVG embed instead of iframe 2026-03-11 00:32:07 -06:00
Lex Christopherson
006c17c2c2 docs: add star history chart to README 2026-03-11 00:24:02 -06:00
Lex Christopherson
0181ff2dca fix: auto-select default model after login to prevent 'No model configured' error
When users logged in via /login but never explicitly ran /model, the agent
would throw 'No model configured' on every action. Now GSD auto-selects
a default model from available authenticated providers on startup.

Preference order: claude-sonnet-4-20250514 > any Anthropic model > first available.

Also documented /model command in README Getting Started section.

Closes #4
2026-03-10 23:54:33 -06:00
Lex Christopherson
1a139bf739 docs: add /login step to getting started, fix Pi SDK link 2026-03-10 22:59:29 -06:00
Lex Christopherson
2d2858cf85 fix: remove worktree and plan-mode from loader and README (not bundled)
These extensions were removed from the repo but the loader still
referenced them and the README still listed them. Removed from:
- src/loader.ts extension entry points (11 → 9)
- README bundled extensions table
- app-smoke test assertions
2026-03-10 22:49:30 -06:00
TÂCHES
7d4e09572d Update README.md 2026-03-10 22:45:38 -06:00
Lex Christopherson
c484c1edfa docs: clean up install block, clarify /gsd guided vs /gsd auto, two-terminal workflow 2026-03-10 22:44:52 -06:00
Lex Christopherson
e40688d095 docs: rewrite Getting Started — two-terminal workflow, less preamble 2026-03-10 22:37:53 -06:00
Lex Christopherson
16483326c9 docs: fix requirements — remove incorrect Anthropic-specific auth claim 2026-03-10 22:32:44 -06:00
Lex Christopherson
c8d96952df docs: add multi-model/provider section to README
- 20+ built-in providers (Anthropic, OpenAI, Google, OpenRouter, etc.)
- OAuth support for Claude Max, Codex, GitHub Copilot subscriptions
- OpenRouter for access to hundreds of models
- Per-phase model selection example in preferences
- Updated requirements to note Node 22+ recommended
2026-03-10 22:32:14 -06:00
Lex Christopherson
556936d353 docs: update README and package.json with correct repo links
- GitHub badge/link: glittercowboy/gsd-2 → glittercowboy/gsd-pi
- Add repository, homepage, bugs fields to package.json
- Fix license text: MIT → BSL 1.1 (matches badge and package.json)
2026-03-10 22:31:13 -06:00
Lex Christopherson
3bd2f8cb63 Initial commit 2026-03-10 22:28:37 -06:00