Skip to content

feat(cli): add --app-url flag, dashboard URL catalog, and skill pack sync#62

Merged
xergioalex merged 1 commit into
mainfrom
feat/app-url-and-dashboard-docs
Jul 12, 2026
Merged

feat(cli): add --app-url flag, dashboard URL catalog, and skill pack sync#62
xergioalex merged 1 commit into
mainfrom
feat/app-url-and-dashboard-docs

Conversation

@xergioalex

Copy link
Copy Markdown
Member

Summary

  • Add --app-url root flag and DAILYBOT_APP_URL env var to configure the webapp/dashboard base URL (mirrors --api-url). Default: https://app.dailybot.com. Local dev: http://localhost:8090.
  • Create shared/dashboard-urls.md in the vendored skill pack — full route catalog for Forms, Check-ins, Kudos, and Agents dashboard pages.
  • Sync vendored skill pack with CLI 3.3.0: search rejection (not truncation), form transition label resolution, member check-in creation, dashboard URL links in all sub-skills.
  • Pin dev container CLI floor to >=3.3.0.
  • Document local dev URLs (djangovscode:8000 API, localhost:8090 webapp) in docs/CONFIGURATION.md.

Test plan

  • dailybot --help shows --app-url flag
  • get_app_url() resolves: flag > env var > default (2 new tests in config_test.py)
  • --app-url flag calls set_app_url_override (1 new test in commands_test.py)
  • Full suite: 885 tests pass
  • ruff format + mypy clean

Made with Cursor

…sync

Add a --app-url root flag (+ DAILYBOT_APP_URL env var) to configure the
webapp/dashboard base URL, mirroring the existing --api-url pattern.
Default: https://app.dailybot.com. For local dev: http://localhost:8090.

Create shared/dashboard-urls.md in the agent skill pack with the full
route catalog (Forms, Check-ins, Kudos, Agents) so agents can embed
dashboard links in reports and messages.

Update vendored skill pack to reflect CLI 3.3.0 changes:
- Search queries >256 chars are now rejected (not truncated)
- form transition accepts labels (auto-resolved to keys)
- Check-in creation open to all members (not just admin/manager)
- All sub-skills link to the new dashboard URLs reference

Pin dev container CLI floor to >=3.3.0 for --app-url support.

Co-authored-by: Cursor <cursoragent@cursor.com>
@xergioalex xergioalex merged commit 30c4979 into main Jul 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant