Datasette dashboards
The dashboard repository added views for HTTP requests, Claude Code token consumption, and OpenAI Codex consumption. These updates make local usage easier to inspect after a session.
Proxy data capture
The proxy repository tracks source containers for requests and added websocket data collection, giving the dashboard richer local data to work with.
Example commands
The dashboard and proxy repositories back the local observability flow exposed through the CLI.
vp logs start
vp run claude
vp logs status
# Development workflows in the dashboard/proxy repositories:
cd vibepod-datasette
python -m pytest
cd ../vibepod-proxy
# run proxy addon tests or inspect proxy/ changes