* feat(model): add `picoclaw model add` for custom OpenAI-compatible endpoints Onboards a model from a user-supplied API base + key by hitting GET <base>/models, prompting the user to pick one, and writing the entry into model_list[] (with api_keys) plus setting it as the default model. This was previously only available in the TUI launcher (issue #2208) and is now accessible from the CLI: picoclaw model add -b URL -k KEY [-m MODEL] [-n ALIAS] * chore: remove deprecated picoclaw-launcher-tui Per RFC #2208, the TUI launcher is deprecated in favor of the CLI; its "online model picker" feature has been ported to `picoclaw model add` in the previous commit. This drops the binary and all build/release/docs references: - delete cmd/picoclaw-launcher-tui/ and assets/launcher-tui.jpg - Makefile: remove the `build-launcher-tui` target - .goreleaser.yaml: drop the build entry plus the `picoclaw-launcher-tui` ids from the launcher docker image, macOS notarize list, and nfpms contents - docker/Dockerfile.goreleaser.launcher: drop the COPY for the TUI binary - READMEs (root + 8 locales): remove the "TUI Launcher" section and screenshot link - docs/guides/docker.*: update the "launcher image includes …" sentence to reflect the two remaining binaries `make build` still succeeds; `go build ./web/backend` (the launcher target) still succeeds. `picoclaw-launcher` (web console) is unaffected. |
||
|---|---|---|
| .. | ||
| ANTIGRAVITY_USAGE.fr.md | ||
| ANTIGRAVITY_USAGE.ja.md | ||
| ANTIGRAVITY_USAGE.md | ||
| ANTIGRAVITY_USAGE.pt-br.md | ||
| ANTIGRAVITY_USAGE.vi.md | ||
| ANTIGRAVITY_USAGE.zh.md | ||
| chat-apps.fr.md | ||
| chat-apps.ja.md | ||
| chat-apps.md | ||
| chat-apps.ms.md | ||
| chat-apps.pt-br.md | ||
| chat-apps.vi.md | ||
| chat-apps.zh.md | ||
| configuration.fr.md | ||
| configuration.ja.md | ||
| configuration.md | ||
| configuration.ms.md | ||
| configuration.pt-br.md | ||
| configuration.vi.md | ||
| configuration.zh.md | ||
| docker.fr.md | ||
| docker.ja.md | ||
| docker.md | ||
| docker.ms.md | ||
| docker.pt-br.md | ||
| docker.vi.md | ||
| docker.zh.md | ||
| hardware-compatibility.fr.md | ||
| hardware-compatibility.ja.md | ||
| hardware-compatibility.md | ||
| hardware-compatibility.pt-br.md | ||
| hardware-compatibility.vi.md | ||
| hardware-compatibility.zh.md | ||
| providers.fr.md | ||
| providers.ja.md | ||
| providers.md | ||
| providers.pt-br.md | ||
| providers.vi.md | ||
| providers.zh.md | ||
| README.md | ||
| routing-guide.md | ||
| routing-guide.zh.md | ||
| session-guide.md | ||
| session-guide.zh.md | ||
| spawn-tasks.fr.md | ||
| spawn-tasks.ja.md | ||
| spawn-tasks.md | ||
| spawn-tasks.ms.md | ||
| spawn-tasks.pt-br.md | ||
| spawn-tasks.vi.md | ||
| spawn-tasks.zh.md | ||
Guides
Task-oriented guides for setup, configuration, and common PicoClaw workflows.
- Docker & Quick Start Guide: install and run PicoClaw with Docker or the launcher.
- Configuration Guide: environment variables, workspace layout, routing, and sandbox settings.
- Session Guide: how session scope affects memory sharing, summaries, and isolation.
- Routing Guide: agent dispatch, session overrides, and light-model routing.
- Chat Apps Configuration: supported chat platforms and channel-specific setup paths.
- Providers & Model Configuration:
model_list, providers, and model routing. - Spawn & Async Tasks: background work, long-running tasks, and sub-agent orchestration.
- PicoClaw Hardware Compatibility List: tested boards and platform notes.
- Using Antigravity Provider in PicoClaw: Google Cloud Code Assist setup and usage.
Translations usually live beside the English source when available.