Skip to content

feat: rebrand as Jada Code — custom Goose distribution for Garza OS#1

Merged
itsablabla merged 2 commits intobasefrom
devin/1776250797-jada-code-rebrand
Apr 15, 2026
Merged

feat: rebrand as Jada Code — custom Goose distribution for Garza OS#1
itsablabla merged 2 commits intobasefrom
devin/1776250797-jada-code-rebrand

Conversation

@itsablabla
Copy link
Copy Markdown
Owner

@itsablabla itsablabla commented Apr 15, 2026

Summary

Rebrands the upstream Goose agent as Jada Code — a custom distribution for the Garza OS ecosystem. Minimal, focused changes to user-visible identity while preserving all upstream functionality and binary names.

Changes:

  • System prompt (crates/goose/src/prompts/system.md): Agent identifies as "Jada Code, part of the Garza OS ecosystem"
  • README.md: Complete rewrite with Jada Code branding, server-first deployment docs, Kimi K2.5 config, MCP extensions
  • Dockerfile: Updated OCI labels (title, description, vendor, source)
  • Cargo.toml: Updated workspace authors, repository URL, description
  • docker-compose.server.yml: Production Docker Compose for headless VPS deployment — uses serve command with health check against /status
  • init-config.yaml: Default provider config (OpenRouter + Kimi K2.5)

What's NOT changed: Rust crate names, binary names, internal code, tests — everything still builds and runs identically to upstream Goose.

Review & Testing Checklist for Human

  • Verify docker compose -f docker-compose.server.yml up starts the server and health check passes (/status returns "ok")
  • Verify system prompt reads correctly when starting a session
  • Verify the README accurately describes the deployment process (uses serve command, not server)

Notes

  • This is the initial rebranding PR for the Jada Code fork
  • Upstream Goose code is on the base branch (unmodified)
  • The upstream remote points to aaif-goose/goose for future syncs
  • Addressed Devin Review feedback: fixed serverserve command, /health/status health check, README docker run example

Link to Devin session: https://app.devin.ai/sessions/f4e16f12bfa34fc6bdc3d73a833a5d91
Requested by: @itsablabla


Open with Devin

- System prompt: Jada Code identity, Garza OS ecosystem
- README: Jada Code branding, server-first deployment docs
- Dockerfile: updated labels and metadata
- Cargo.toml: updated authors, repo URL, description
- docker-compose.server.yml: production server deployment
- init-config.yaml: default OpenRouter + Kimi K2.5 config
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

devin-ai-integration[bot]

This comment was marked as resolved.

- docker-compose: command: server → serve with proper flags
- docker-compose: health check /health → /status (actual endpoint)
- README: docker run example uses 'serve' not 'server'
@itsablabla itsablabla merged commit f16e98c into base Apr 15, 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