Merged
Conversation
## Summary Merge `dev` into `main` for the v0.1.4 release. This includes the full CLI Evolution Phase 1 (124 commits, 371 files, +56K lines). - **Terminal UI** — `mayros code` interactive TUI with 30+ slash commands, 3 themes, vim mode, image paste, headless CLI (`-p`), markdown agents/commands - **IDE plugins** — VSCode extension + JetBrains plugin connected via Gateway WebSocket - **Knowledge Graph** — code indexer, project memory, smart compaction, cross-session recall - **Multi-Agent Mesh** — teams, workflows, agent mailbox, background tracker, git worktree isolation - **Plan Mode** — Cortex-backed semantic planning (explore → assert → approve → execute) - **Extensions** — bash-sandbox, interactive-permissions, llm-hooks, mcp-client, code-indexer, cortex-sync, CI/CD, LSP bridge - **Hooks** — 29 hook types, HTTP webhook dispatcher (HMAC-SHA256), async queue with dead-letter - **CLIs** — trace, plan, kg, workflow, dashboard, session, tasks, mailbox, rules, batch, teleport - **Security** — 18-layer architecture maintained across all new features - **README** — updated with all new capabilities ## Test plan - [ ] `pnpm build` compiles without errors - [ ] `pnpm test` passes (~9200+ tests) - [ ] Tag `v0.1.4` after merge - [ ] `npm publish` / `pnpm publish` - [ ] Publish IDE plugins to marketplaces (see `tools/PUBLISHING.md`)
…ulnerable deps, add workflow permissions - Replace hardcoded base64 Google Antigravity OAuth credentials with env vars (MAYROS_ANTIGRAVITY_OAUTH_CLIENT_ID, MAYROS_ANTIGRAVITY_OAUTH_CLIENT_SECRET) - Remove hardcoded DEFAULT_PROJECT_ID fallback (rising-fact-p41fc) to avoid Google account bans from using their first-party project ID - Bump tar 7.5.9 → 7.5.10 (CVE hardlink path traversal) - Bump esbuild ^0.24.0 → ^0.25.0 (dev server request forgery) - Add least-privilege permissions (contents: read) to ci.yml and workflow-sanity.yml (resolves 11 code scanning alerts) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ApiliumDevTeam
added a commit
that referenced
this pull request
Mar 9, 2026
## Summary - Replace hardcoded base64 Google Antigravity OAuth credentials with env vars (`MAYROS_ANTIGRAVITY_OAUTH_CLIENT_ID`, `MAYROS_ANTIGRAVITY_OAUTH_CLIENT_SECRET`) - Remove hardcoded `DEFAULT_PROJECT_ID` fallback (`rising-fact-p41fc`) — Google's first-party project ID that was causing account bans - Bump `tar` 7.5.9 → 7.5.10 (CVE hardlink path traversal) - Bump `esbuild` ^0.24.0 → ^0.25.0 (dev server request forgery) - Add least-privilege `permissions: contents: read` to `ci.yml` and `workflow-sanity.yml` (resolves 11 code scanning alerts) ## Test plan - [x] `pnpm install` succeeds - [x] `pnpm build` compiles - [x] No base64 secrets remain in `extensions/google-antigravity-auth/` - [ ] GitHub re-scans and closes alerts after merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MAYROS_ANTIGRAVITY_OAUTH_CLIENT_ID,MAYROS_ANTIGRAVITY_OAUTH_CLIENT_SECRET)DEFAULT_PROJECT_IDfallback (rising-fact-p41fc) — Google's first-party project ID that was causing account banstar7.5.9 → 7.5.10 (CVE hardlink path traversal)esbuild^0.24.0 → ^0.25.0 (dev server request forgery)permissions: contents: readtoci.ymlandworkflow-sanity.yml(resolves 11 code scanning alerts)Test plan
pnpm installsucceedspnpm buildcompilesextensions/google-antigravity-auth/