No description
  • TypeScript 68.1%
  • HTML 29.6%
  • JavaScript 2.3%
Find a file
thibaud-lclr a544bd7897
All checks were successful
Publish OpenCode installer / should-publish (push) Successful in 3s
Publish OpenCode plugin / should-publish (push) Successful in 4s
Publish OpenCode installer / publish (push) Has been skipped
Publish OpenCode plugin / publish (push) Successful in 13s
docs: add AGENTS.md with package publish procedure
- Bump plugin version in lock file to 1.0.10
2026-08-19 11:10:29 +02:00
.forgejo/workflows ci: publish packages from main by version 2026-08-17 11:55:03 +02:00
apps feat: nest subagent sessions under their parent 2026-08-19 10:31:22 +02:00
docker feat: separate login and registration pages 2026-08-17 10:38:57 +02:00
docs fix(plugin): track last assistant response time 2026-08-17 16:36:05 +02:00
packages chore(plugin): bump version to 1.0.10 2026-08-19 11:08:27 +02:00
.dockerignore build: run dashboard with docker compose 2026-08-17 10:06:07 +02:00
.gitignore chore: ignore local worktrees 2026-08-17 09:55:47 +02:00
AGENTS.md docs: add AGENTS.md with package publish procedure 2026-08-19 11:10:29 +02:00
bunfig.toml build: initialize dashboard workspace 2026-08-17 09:56:01 +02:00
docker-compose.yml chore(compose): add restart policies 2026-08-18 08:27:47 +02:00
package-lock.json docs: add AGENTS.md with package publish procedure 2026-08-19 11:10:29 +02:00
package.json feat: add opencode dashboard plugin 2026-08-17 10:54:38 +02:00
README.md refactor: move docker configuration to root 2026-08-17 10:11:43 +02:00
tsconfig.base.json build: initialize dashboard workspace 2026-08-17 09:56:01 +02:00

OpenCode Dashboard

Démarrer localement

docker compose up --build

Pour choisir un autre port hôte pour l'API :

API_PORT=3002 docker compose up --build

Arrêter les conteneurs :

docker compose down