freshcrate
Skin:/
Home > Uncategorized > platform

platform

Vision/Mission https://ambient-code.ai : Virtual team management and collaboration platform. User guides: https://ambient-code.github.io/platform/

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Vision/Mission https://ambient-code.ai : Virtual team management and collaboration platform. User guides: https://ambient-code.github.io/platform/

README

Ambient Code Platform

Kubernetes-native AI automation platform for intelligent agentic sessions

Overview

The Ambient Code Platform combines Claude Code CLI with multi-agent collaboration capabilities. Teams create and manage intelligent agentic sessions through a modern web interface, backed by Kubernetes Custom Resources and operators.

Key Capabilities

  • Intelligent Agentic Sessions: AI-powered automation for analysis, research, content creation, and development tasks
  • Multi-Agent Workflows: Specialized AI agents model realistic software team dynamics
  • Git Provider Support: Native integration with GitHub and GitLab (SaaS and self-hosted)
  • Kubernetes Native: Custom Resources, Operators, and proper RBAC for enterprise deployment
  • Real-time Monitoring: Live status updates and job execution tracking

Quick Start

See CONTRIBUTING.md for full local development setup with Kind.

make kind-up
# Access at http://localhost:8080

Architecture

The platform consists of containerized microservices orchestrated via Kubernetes:

Component Technology Description
Frontend NextJS + Shadcn User interface for managing agentic sessions
Backend API Go + Gin REST API for managing Kubernetes Custom Resources
Operator Go Kubernetes controller that watches CRs and creates Jobs
Runner Python + Claude Code CLI Pod that executes AI with multi-agent collaboration
User Creates Session -> Backend Creates CR -> Operator Spawns Job ->
Pod Runs Claude CLI -> Results Stored in CR -> UI Displays Progress

See docs/internal/architecture/ for detailed architecture documentation.

Documentation

  • User documentation -- see the documentation site built with Astro Starlight
  • Developer/architecture docs -- see docs/internal/
  • Component READMEs -- each component has its own README with development instructions

Key Links

Resource Location
Contributing CONTRIBUTING.md
Development standards CLAUDE.md
Developer bookmarks BOOKMARKS.md
Architecture decisions docs/internal/adr/
Testing docs/internal/testing/
Local dev setup docs/internal/developer/local-development/

Components

Each component has its own detailed README:

Contributing

See CONTRIBUTING.md for contribution guidelines, code standards, and local development setup.

License

This project is licensed under the MIT License -- see the LICENSE file for details.


Note: This project was formerly known as "vTeam". Technical artifacts (image names, namespaces, API groups) still use "vteam" for backward compatibility.

Release History

VersionChangesUrgencyDate
v0.2.13# Release v0.2.13 ## Changes since v0.2.12 ### Mark Turansky (1) - fix: resolve kustomize 5.4.3 panic on ambient-ui delete patch (#1631) (992f98fc) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.2.12...v0.2.13 High6/2/2026
v0.2.8# Release v0.2.8 ## Changes since v0.2.7 ### Mark Turansky (6) - feat(specs): credential sidecar isolation architecture (#1599) (720c8d7b) - feat(runner): dynamic credential-aware MCP server configuration (#1593) (a1fa9ff2) - feat(rbac,cli): RoleBinding typed nullable FKs + credential bind subcommand (#1581) (55562204) - spec(rbac): typed nullable FKs on RoleBinding + workflow and coverage improvements (#1580) (450aabff) - feat(credentials): migrate to global resource + spec reconciliation (#1High5/26/2026
v0.2.7# Release v0.2.7 ## Changes since v0.2.6 ## ๐ŸŽ‰ First-Time Contributors - quay-devel ### Mark Turansky (3) - fix(manifests): add NetworkPolicy allowing runner pods to reach ambient-code namespace (#1553) (28874a96) - fix(runner): write Google credentials as {email}.json with timezone-naive expiry (#1557) (96c7843a) - fix(control-plane,manifests): resolve MCP sidecar TLS and api-server proxy failures (#1546) (136db299) ### quay-devel (1) - fix(operator): attach X-Ambient-Session-Token on all High5/12/2026
v0.2.6# Release v0.2.6 ## Changes since v0.2.5 ## ๐ŸŽ‰ First-Time Contributors - Joรฃo Vilaรงa ### jsell-rh (13) - chore(sdk): regenerate all SDKs with typed action methods (#1524) (3b056945) - fix(sdk): extend generator to support typed action methods (#1523) (444697c9) - feat(sdk): optional token, relative baseUrl, display_name, execution fields (#1513) (3cdb4b6e) - feat(frontend): add catch-all proxy route for ambient API v1 (#1511) (523a060b) - fix: resolve golangci-lint errcheck and unused findinHigh5/11/2026
v0.2.5# Release v0.2.5 ## Changes since v0.2.4 ## ๐ŸŽ‰ First-Time Contributors - jsell-rh ### Mark Turansky (2) - fix(manifests): add OIDC client credentials to control-plane deployment (#1445) (551e4f2f) - fix(api-server,control-plane): replace remaining AutoMigrate with raw SQL, fix CP_RUNTIME_NAMESPACE (#1442) (9e787d29) ### jsell-rh (2) - fix(frontend): correct GitHub callback path and add production ConfigMap patch (#1443) (74900d0a) - fix(frontend): pass redirect_uri for multi-cluster GitHub High4/23/2026
v0.2.2# Release v0.2.2 ## Changes since v0.2.1 ### Jeremy Eder (2) - fix(security): authenticate AG-UI runner endpoints to prevent cross-session attacks (#1378) (256d97d2) - feat: add Gerrit integration connector for code review workflows (#1387) (b9931359) ### dependabot[bot] (1) - chore(deps): bump lxml from 6.0.2 to 6.1.0 in /components/runners/ambient-runner in the uv group across 1 directory (#1400) (d39cb887) ### Mark Turansky (1) - feat(runner,manifests): alpha migration PR 6+7 โ€” runners anHigh4/22/2026
v0.2.0# Release v0.2.0 ## Changes since v0.1.4 ## ๐ŸŽ‰ First-Time Contributors - Matt Knop - Vishali Kamenani - ambient-code[bot] - angaduom ### ambient-code[bot] (15) - feat: add org.opencontainers.image.revision OCI label to all container images (#1270) (4137eed3) - fix: resolve stale Amber Session check runs stuck in_progress (#1255) (2da4ada3) - fix: update public-api Dockerfile Go version from 1.24 to 1.25 (#1279) (0c5a8e21) - fix: improve amber-issue-handler UX (eyes reaction, comments, sessioHigh4/10/2026
v0.1.4# Release v0.1.4 ## Changes since v0.1.3 ### Gage Krumbach (1) - fix: increase minio PVC to 2Ti to match UAT (#1196) (440f5b92) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.1.3...v0.1.4 High4/3/2026
v0.1.3# Release v0.1.3 ## Changes since v0.1.2 ## ๐ŸŽ‰ First-Time Contributors - Edson Tirelli - Patrick Martin - Timothy S. Williams ### Gage Krumbach (20) - feat: add stopOnRunFinished CRD field + improve activity tracking (#1192) (5c54225a) - feat: consolidate Amber Handler โ€” single workflow for all AI automation (#1180) (f56fb3cc) - fix: wait for DSC v2 API and add DB migration for MLflow deploy (#1188) (7d9f8c77) - fix: wait for DataScienceCluster CRD before applying DSC (#1187) (21185097) - feMedium4/3/2026
v0.1.2# Release v0.1.2 ## Changes since v0.1.1 ### github-actions[bot] (3) - [Amber] Fix: Bug: File upload rejects WinZip archives due to strict Content-Type MIME validation (#1053) (f1f5bb16) - [Amber] Fix: Bug: Custom workflows default to workflows/default as the path when no path is specified breaking user expectations (#1048) (2b5b2aa6) - [Amber] Fix: fix(runner): mid-run GITHUB_TOKEN refresh via MCP tool does not reach CLI subprocess (#1068) (a1262002) ### dependabot[bot] (2) - ci(deps): bump Medium3/27/2026
v0.1.1# Release v0.1.1 ## Changes since v0.1.0 ### Gage Krumbach (6) - feat(runner): add secret redaction middleware for AG-UI events (#1041) (adc3403b) - chore: increase MinIO PVC storage to 500Gi (#1064) (b378c05e) - feat: surface background task visibility across full stack (#1029) (03f9f1fb) - feat(frontend): sidebar session sorting, links, and action menu (#1063) (fdcf9d15) - fix(runner,operator): improve session backup and resume reliability (#1057) (896aaa19) - feat(runner): enable Gmail toolMedium3/26/2026
v0.1.0# Release v0.1.0 ## Changes since v0.0.35 ## ๐ŸŽ‰ First-Time Contributors - Aidan Reilly ### Gage Krumbach (5) - fix(runner): git credential helper for proper repo authentication (#1025) (797d7bf8) - fix(manifests): add minio resource limits for e2e and kind overlays (#1023) (05c33d33) - fix(runner): use export endpoint for get_session_events to prevent freeze (#1019) (93b0fe47) - fix(frontend): fix new session textarea overflow in Firefox (#1021) (913e4154) - fix(frontend): allow spaces in AsMedium3/25/2026
v0.0.35# Release v0.0.35 ## Changes since v0.0.34 - fix(manifests): match minio PVC storage to cluster value (#1017) (0467664c) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.34...v0.0.35 Medium3/25/2026
v0.0.34# Release v0.0.34 ## Changes since v0.0.33 - fix(frontend): resolve agent response buffering due to stale EventSouโ€ฆ (#991) (de502766) - fix(frontend): export chat handles compacted MESSAGES_SNAPSHOT events (#1010) (b204abdf) - fix(frontend): binary file download corruption and incorrect file size display (#996) (5b584f82) - fix(operator): increase runner pod memory limit from 4Gi to 8Gi (#1013) (2dd9b838) - chore(ci): clarify SDK drift check is for Ambient SDK (#999) (6ef9f988) - serve versionMedium3/25/2026
v0.0.33# Release v0.0.33 ## Changes since v0.0.32 - fix(backend): snapshot compaction for AGUI events to prevent OOM (#914) (7af078ad) - Revert "feat: ambient control plane with gRPC runner integration" (#980) (8742de7d) - fix: migrate Dockerfile from Docker to Quay Fedora (#924) (5414a301) - docs: add feature flag fail-modes reference and consolidate ADRs (#832) (76918e0c) - feat: ambient control plane with gRPC runner integration (#975) (3bce2e6a) - feat: improve session sharing transparency and muLow3/20/2026
v0.0.32# Release v0.0.32 ## Changes since v0.0.31 - fix(frontend): change Jira connection label from Username to Email (#926) (8d999e6) - fix(runner): use Jira Cloud auth for mcp-atlassian MCP server (#922) (f6a5543) - fix(backend): fix ExtractServiceAccountFromAuth unit test (#910) (f1314eb) - fix(ci): scope model-discovery PR to only include models.json (#913) (4c40817) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.31...v0.0.32 Low3/16/2026
v0.0.31# Release v0.0.31 ## Changes since v0.0.30 - fix: remove stale sections from manifests README (#906) (dd0bc67) - RHOAIENG-51372: document preprod self-hosted runner in workflows README (#771) (0bebef3) - feat: add Gemini model discovery to model-discovery script (#811) (d776f4c) - fix(frontend): remove unused WelcomeExperience variables and stale eslint-disable (52b5efb) - feat(frontend): workflow picker in create modal + fix refresh bug (#902) (ecd3419) - fix(backend): API keys access user inLow3/13/2026
v0.0.30# Release v0.0.30 ## Changes since v0.0.29 - fix: re-apply JSON escaping in junit-summary custom_data (#837) (9180a41) - fix: restore workflow consolidation reverted by PR #788 (#831) (4f0b0a0) - fix: allow bot actors in amber auto-review workflow (#812) (b86aeba) - feat(frontend): add runtime-configurable loading tips with branded dots (#817) (605dd61) - feat(operator): make default inactivity timeout configurable via env var (#824) (1cb585a) - adding session metrics observability to observabLow3/6/2026
v0.0.29# Release v0.0.29 ## Changes since v0.0.28 - fix: add server-side timestamps, show run errors in chat (#730) (406ee34) - chore: update favicon across frontend and docs (f024821) - fix(docs): add favicon from frontend (2960e13) - fix(docs): convert absolute links to relative for base path compatibility (1165631) - fix: handle oversized tool call results gracefully (#727) (b2d59ea) - fix(docs): add /platform/ base path for GitHub Pages (f5ce625) - docs: add architecture documentation and update Low2/28/2026
v0.0.28# Release v0.0.28 ## Changes since v0.0.27 - feat: enhance workflow startup prompt handling (#690) (0ff6aeb) - fix: restore retry parameters in connectToRunner for runner startup (#684) (4dd6361) - Update ambient-action version in workflow (961458f) - fix: sanitize shell-special characters in feedback loop prompt (#682) (d350c78) - refactor: use ambient-action in feedback loop via matrix strategy (#681) (6688f3a) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.27...vLow2/25/2026
v0.0.27# Release v0.0.27 ## Changes since v0.0.26 - feat: add Unleash env vars to deployments and wire feature flags UI (#676) (68e9882) - feat: add pre-commit framework with all linters (#672) (0a8a900) - [Amber] Fix: ChatInputBox: Persist draft messages across page navigation (#648) (ab59c22) - fix(backend): return 401 for expired tokens in ValidateProjectContext (#599) (ecbd9cd) - Improve Jira integration UX with smart field pre-population (#647) (f66c411) - docs: add Unleash feature flags documenLow2/24/2026
v0.0.26# Release v0.0.26 ## Changes since v0.0.25 - feat: feedback loop improvements and branch handling fixes (#671) (cee9e92) - fix(mcp): use wildcard syntax for MCP tool permissions (#668) (1053920) - feat: adds ambient-api-server (#637) (7f883fe) - feat: Add resizable and collapsible left panel to workspace page (#631) (df54839) - Shrinks CLAUDE.md after applying ambient claude.md generator (#643) (9584036) - feat: add shared PostgreSQL deployment for platform services (#659) (82b9f98) - fix: kinLow2/24/2026
v0.0.25# Release v0.0.25 ## Changes since v0.0.24 - feat: add Export Chat (Markdown / PDF) to session kebab menu (#625) (c6a68c0) - feat: chatbox component extraction with Cypress demo (#633) (253af3f) - fix: map Opus 4.6 to @default for Vertex AI (#611) (85524dd) - fix: improve dev-cluster skill with engine detection and fast inner-loop (#630) (9130b00) - Add dev-cluster skill for managing development clusters (#622) (9c541e3) - fix: use full UBI9 nodejs image for frontend build stage (#628) (740f8dLow2/17/2026
v0.0.24# Release v0.0.24 ## Changes since v0.0.23 - fix: surface pod scheduling failures in session status conditions (#619) (0851aba) - fix: derive git identity from GitHub/GitLab credentials at runtime (#617) (ad3bc47) - fix: increase minio resources and relax health probes (#610) (e9f3d45) - fix: GitHub integration not showing as connected after App install (#608) (7d80d2f) - fix: public-api Dockerfile Go version + add to push-all (#596) (d97b9a9) - Revert "fix(ci): add workflows:write permission Low2/13/2026
v0.0.23# Release v0.0.23 ## Changes since v0.0.22 - Revert "[Amber] Fix: [Amber Refactor] Update the Start spec-kit workfโ€ฆ (#584) (eeb88aa) - UI Polish: Fix cursor hover, context overflow, and trailing slash handling (#551) (327e9cd) - Bug RHOAIENG-39116: Remove nested accordion appearance in file explorer (#538) (39eaed8) - fix: Remove duplicate End Session button - RHOAIENG-41580 (#537) (6b7df25) - Documentation fix for local kind development (#571) (30424e6) - chore: apply black/isort formatting aLow2/6/2026
v0.0.22# Release v0.0.22 ## Changes since v0.0.21 - Fix: Disable integration credential validation and add nil checks (#579) (9493618) - Bug RHOAIENG-39096: Fix race condition when deleting projects quickly (#546) (51f4297) - feat(workflow): enhance Playwright MCP testing configuration and prompt (fea1fee) - refactor(workflow): update Playwright MCP commands for clarity and consistency (63d31d0) - refactor(workflow): simplify Playwright MCP configuration and testing steps (893b8f1) - feat(workflow): Low2/4/2026
v0.0.21# Release v0.0.21 ## Changes since v0.0.20 - fix: Post-merge fixes for PRs #562 and #568 (#569) (cff6c7d) - fix: message timestamps not being accurate (#521) (6733c5c) - feat: Runtime credential fetching for GitHub PAT, GitLab, and Jira (#568) (312471a) - fix(google-mcp): Fix Google Workspace MCP authentication and connection [RHOAIENG-46519] (#562) (fe33925) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.20...v0.0.21 Low2/3/2026
v0.0.20# Release v0.0.20 ## Changes since v0.0.19 - Add GitHub Actions caching optimization test workflows (#567) (0f95d76) - push PR images to quay (1c43894) - Revert PR #564 - Remove unrelated changes (#565) (89db47b) - fix: Add missing Switch UI component (#564) (d932fe2) - Fix: Add GitLab token support to session handlers for authenticated git operations (#541) (1d62b78) - Docs: Add architecture diagrams with Mermaid linting (#437) (#554) (58dbc25) - Bug RHOAIENG-39115: Preserve command order froLow2/2/2026
v0.0.19# Release v0.0.19 ## Changes since v0.0.18 - fix(frontend): prevent AG-UI event stream connection spam (#513) (a62c470) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.18...v0.0.19 Low1/19/2026
v0.0.18# Release v0.0.18 ## Changes since v0.0.17 - fix: disconnect EventSource when navigating away from session detail (#512) (56a50f5) - Refactor workflow activation logic and improve error handling (#511) (903f020) - fix: auto-activate custom workflow after submission (#510) (1e3db39) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.17...v0.0.18 Low1/19/2026
v0.0.17# Release v0.0.17 ## Changes since v0.0.16 - Display git currently checked-out branch in context and file explorer modals (#498) (a6ced3a) - fix: increase production frontend memory limits to prevent OOMKills (#504) (a3f5100) - feat: implement per-repository autoPush configuration (#499) (d061526) - Fix Git Operations and Simplify Git UI (#500) (028affb) - fix: resolve intermittent invalid_grant error in cluster-level Google OAuth (#496) (be90485) **Full Changelog**: https://github.com/ambienLow1/14/2026
v0.0.16# Release v0.0.16 ## Changes since v0.0.15 - fix: prevent race condition deleting shared vertex/langfuse secrets (#495) (219f445) - feat: Enhance session detail UI and MCP integration (#494) (8f4ce23) - fix backend test workflow (#491) (d233d02) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.15...v0.0.16 Low1/7/2026
v0.0.15# Release v0.0.15 ## Changes since v0.0.14 - feat: Add state-sync support in components build and deploy workflows (e5127d2) - feat: Add inputs for component build control in workflows (ce12a66) - fix: Update state-sync context in build and deploy workflows (ea71e68) - feat: Enhance session handling and observability improvements (#492) (8dbc245) - docs: Replace vteam references with ACP naming (#480) (d4f996e) - Smoother session onboarding experience (#470) (41bac1f) - add default email for gLow1/6/2026
v0.0.14# Changes since v0.0.13 - fix: Change AG-UI server port from 8000 to 8001 (#484) (6b33b78) - fix: Create placeholder Google OAuth secret for MCP integration (#483) (a7fde29) - Small fixes for ag UI (#481) (efad481) - update backend manifest with oauth route (#475) (e7cf372) - Export chat (#474) (d2bab0e) - Cleanup duplicate image entries in kustomization.yaml (2b7e65e) - Clean up image entries in kustomization.yaml (2be985f) - Add AG-UI protocol for message streaming (#472) (ab2514c) Low12/20/2025
v0.0.13# Release v0.0.13 ## Changes since v0.0.12 - feat: Add automated version sync for local development (#448) (cd9577b) - feat: Local Dev with MiniKube (revised) (#367) (5553056) - add mcp-atlassian to runner for jira use (#365) (1d8d374) - fix: Add Vertex AI credentials to backend deployment (#443) (f6639ac) - feat: Auto-generate and edit session display names (#432) (f621834) - Simplify workflows (#435) (afe930e) - fix: Increase K8s client rate limits for parallel SSAR checks (#433) (6605008) -Low12/8/2025
v0.0.12# Release v0.0.12 ## Changes since v0.0.11 - fix(ci): resolve YAML parsing error in amber-auto-review workflow (#419) (9e1e644) - fix: Only validate ambient-runner-secrets when Vertex AI is disabled (#418) (0274ee7) **Full Changelog**: https://github.com/ambient-code/platform/compare/v0.0.11...v0.0.12 Low12/4/2025
v0.0.11# Release v0.0.11 ## Changes since v0.0.10 - [Amber] Fix: Feature: add timestamps to UI chat message (#416) (c79118c) - feat(amber): Add @amber mention support for GitHub issue triggers (#412) (1018879) - Stronger session state (#338) (40a5f31) - convert the runner to UBI (#262) (45fad93) - Bump next from 15.5.2 to 15.5.7 in /components/frontend (#410) (b1c5490) - feat: Amber automatic code reviews with memory system (Phase 2) (#405) (9ce1eca) - feat: add memory system and repomix analysis forLow12/4/2025
v0.0.10## Changes since v0.0.9 - fix deployment env vars (#370) (e7b302b) - add jq and gh to claude code runner (#362) (8c3c468) - don't npm install claude-code in runner Dockerfile (#368) (7d79c81) - feat: expand chat area (#361) (d6f1a61) - feat: implement memory system for better Claude Code context (#359) (7ad284b) - Clean up GitHub Actions workflows (#355) (4ae9de5) - Add simple dark mode (#351) (bd36c54) - Update agents (#275) (9c37c3c) - update speckit (#255) (d0dd5b5) - remove per mLow11/25/2025
v0.0.9# Release v0.0.9 ## Changes since v0.0.8 - fix: enhance copySecretToNamespace to handle existing controller refโ€ฆ (#299) (5ac8530) - refactor: simplify allowed tools in Claude Code Review workflow (d7a99f5) - feat: enhance Claude Code Review workflow with sticky comments support (#288) (cb69800) - add missing env vars to prod deploy (#291) (716bcc9) - need to add update perms (#290) (5913bc8) - Revert "WIP: Jwt vertex" (#289) (b3caed8) - WIP: Jwt vertex (#285) (2f783a1) **Full Changelog**: httLow11/13/2025
v0.0.8# Release v0.0.8 ## Changes since v0.0.7 - Even more UI updates (#280) (037bb9c) - fix: update E2E tests for UI revamp and fix vanilla k8s dialog bug (#283) (289a493) - chore: update OOTB workflows repository to official location (#286) (e108a35) - fix: add missing backend env vars to GH Actions workflow patches (#284) (33d1575) - fix: resolve Go formatting and linting issues (#282) (523eb15) - build fix frontend (#281) (1623470) - New UI fixes (#276) (32e330d) - UI revamp fix backend (#272) (Low11/11/2025
v0.0.7# Release v0.0.7 ## Changes since v0.0.6 - apply kustomize (#219) (24f3be8) - support sse and http mcp servers (#217) (50c98ee) - patch rbac and crd on workflow (#218) (548aea6) - [WIP] Repo seeding validation & allow RFEWorkflow editing upon failed seeding (#215) (5cb8daa) - Create project fix (#212) (f5bf5bb) - Rename umbrella repository terminology to spec repository (#213) (54c2d63) - switch to use UBI for frontend (#214) (3238ae1) - fix: handle GitHub API eventual consistency in RFE seediLow10/30/2025
v0.0.6# Release v0.0.6 ## Changes since v0.0.5 - fix of the release pipeline (#208) (9f7bf2e) **Full Changelog**: https://github.com/ambient-code/vTeam/compare/v0.0.5...v0.0.6 Low10/22/2025
v0.0.5# Release v0.0.5 ## Changes since v0.0.4 - add .mcp.json parser to runner (#196) (ad9fb12) - need to accommodate for dispatch better (#206) (8456a14) - allow for the operator to be updated (#205) (4826865) - Auto create branches (#203) (8028fa4) - migrate runner from claude_code_sdk to claude_agent_sdk (#204) (e920e09) **Full Changelog**: https://github.com/ambient-code/vTeam/compare/v0.0.4...v0.0.5 Low10/22/2025
v0.0.4# Release v0.0.4 ## Changes since v0.0.3 - introduce a version set through environment variables (#197) (cd9d7c0) - safer versioning for prod release (#198) (6d9ac62) - Add logout option to user menu (#193) (83fafd1) - Enhance fork support in Claude workflows (#189) (b309cca) - Backend cleanup (#194) (8071ed9) - Extend job timeout to 4 hours (#192) (68f069b) - missed a commit - frontend cleanup part 2 (#191) (d25a26d) - Frontend cleanup (#174) (eebdc44) - Refactor operator into go packages (#1Low10/21/2025
v0.0.3# Release v0.0.3 ## Changes since v0.0.2 - modification of container names (#179) (1b00f1a) - fix the issue where sessions fail for a few seconds before succeediing (#178) (20fea51) - Workflow dispatch (#177) (4920101) - allow for workflow dispatch to fully run things (#176) (e9b0b8f) - delete deployment before (#175) (992e8ba) - Update components-build-deploy.yml (93e8297) - Update components-build-deploy.yml (32b425e) - Update components-build-deploy.yml (465154e) - Update components-build-dLow10/13/2025
v0.0.2# Release v0.0.2 ## Changes since v0.0.1 - Improve CLAUDE.md with comprehensive development guide (#169) (d18864a) - Fix push (#166) (808a026) **Full Changelog**: https://github.com/ambient-code/vTeam/compare/v0.0.1...v0.0.2 Low10/11/2025
v0.0.1# Release v0.0.1 ## Changes since v0.0.0 - update volume mount paths to fix early cleanup of artifacts (#164) (e82e189) - fix of needs lines (#163) (bba2d40) - needed additional perms and fixing the deployer sanity (#162) (3308049) - Add AUTO_PUSH_ON_COMPLETE environment variable to ProjectRFEDetailPage (#161) (a73d482) - git upgrade (#139) (#152) (6bbf39f) - Prod deploy (#157) (7116829) - using image tag and no longer latest (#154) (6f3c09a) - add user feedback when saving project secret (#15Low10/10/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

sympoziumRun a fleet of AI agents on Kubernetes. Administer your cluster agenticallyv0.10.35
Awesome-AI-resources๐Ÿ’ป Discover essential AI-driven tools, frameworks, and resources to enhance your development process and streamline your projects.main@2026-06-07
AgenvoyAgentic framework | Self-improving memory | Pluggable tool extensions | Sandbox executionv0.26.4
AutoRedact๐Ÿ›ก๏ธ Redact sensitive information from images securely in your browser with AutoRedact, featuring automatic detection and local processing for privacy.main@2026-06-06
gh-aw-firewallGitHub Agentic Workflows Firewallv0.25.65

More in Uncategorized

llama.cppLLM inference in C/C++
modal-clientSDK libraries for Modal
anolisaANOLISA - Agentic Nexus Operating Layer & Interface System Architecture