freshcrate
Home > AI Agents > teamcopilot

teamcopilot

A shared AI Agent for Teams

Description

A shared AI Agent for Teams

Release History

VersionChangesUrgencyDate
0.3.2Imported from npm (0.3.2)Low4/21/2026
0.3.1## TeamCopilot 0.3.1 This release tightens workflow execution behavior for agent-triggered runs and ships the corresponding package metadata sync needed for reproducible npm releases. ### Highlights - `runWorkflow` now requires the agent to pass an explicit `inputs` object instead of silently relying on an omitted argument payload. - The tool-level guidance for `runWorkflow` is clearer, so agents are directed to inspect workflow docs or use `findSimilarWorkflow` to determine the expected arguMedium4/10/2026
0.3.0## What's new - Added a token usage dashboard with team-wide estimated usage totals, time-series charts, and model/provider breakdowns - Added incremental session-level usage syncing with estimated cost calculation - Added provider-aware model pricing support plus env-var pricing overrides for the active model - Improved the token usage UI across desktop and mobile layouts - Fixed the npm release script/flow Medium4/9/2026
0.2.2## What's Changed ### Fix: bash environment variable injection in secret proxy The secret-proxy plugin was not reliably injecting resolved secret values as environment variables into bash tool calls. This caused workflows and skills that rely on secrets (e.g. `OPENAI_API_KEY`, `GITHUB_TOKEN`) to fail at runtime because the env vars were empty or missing. The fix introduces a two-level pending key tracking system: - **Per-call tracking** — when a `tool.execute.before` event fires for a bash cMedium4/6/2026
0.2.1## Highlights This patch release fixes environment-variable injection behavior in the secret-proxy flow and refreshes repository guidance used by agents operating inside TeamCopilot workspaces. ## What's Changed - Fixed environment variable injection handling in the secret-proxy plugin so workflow and skill secret resolution behaves correctly for the affected paths. - Expanded secret-proxy test coverage to lock in the environment injection behavior and reduce regression risk. - Updated reposiMedium4/6/2026
0.2.0## TeamCopilot 0.2.0 This release adds a full secret-management model for teams, stronger approval and diff behavior around agent-created resources, and a safer secret proxy flow for agent-driven command execution. ### Highlights - Added **Profile Secrets** for user-specific credentials and **Global Secrets** for shared team credentials. - Added required-secret support for **workflows** and **skills**, including missing-secret checks before runtime use. - Added a **secret proxy model** so theMedium4/5/2026
0.1.16## TeamCopilot 0.1.16 This release improves chat session bootstrap so the agent starts with the current approved skill inventory instead of spending an initial tool call discovering it. ### What's changed - The first message sent to a new chat session now includes the list of approved custom skills the current user can access. - The injected skill inventory includes each skill's slug, path, name, and description. - The preload happens only for brand-new sessions, so ongoing sessions keep theirMedium4/2/2026
0.1.15# TeamCopilot 0.1.15 This release focuses on session file diff reliability in the chat UI. ## Highlights - Fixed an intermittent issue where the Session File Diff panel could show summary counts while hiding the file rows during a manual refresh on a slow network. - Fixed a stuck disabled Refresh button state caused by overlapping session-diff requests during refresh and polling. - Improved session diff handling for workspace-level `.agents` paths while keeping nested hidden paths ignored as Medium4/2/2026
0.1.14## What's new - Fixed the chat abort UX so the frontend no longer renders a duplicate abort message bubble while a session is being stopped. - Kept the persisted abort message as the single source of truth, so reloading and live state now stay consistent. ## Implementation details - Removed the synthetic session-error message injection from the chat container and now rely on the real session message stream for abort output. - Left non-abort session errors surfaced separately so actual failures Medium4/1/2026
0.1.13TeamCopilot 0.1.13 adds a built-in way to edit workspace-wide custom AI instructions from the product UI. Highlights - Added a new global AI instructions editor backed by `USER_INSTRUCTIONS.md`, accessible from the AI chat section. Engineers can open the editor directly, while non-engineers see a clear message that only engineers can modify it. - Saving is immediate and does not require a review flow. The editor supports both the save button and the standard keyboard shortcut (`Cmd+S` / `Ctrl+SMedium4/1/2026
0.1.12TeamCopilot 0.1.12 focuses on making session switches fully race-safe in the chat UI. Highlights - Fixed stale chat state reappearing when switching sessions quickly, especially in cases where a session diff had just loaded and the user immediately opened a new chat. - Session-scoped data loading now cancels in-flight requests for messages, pending permissions, and session diffs instead of waiting for older requests to resolve and then filtering their results. - The last remaining session-removMedium3/31/2026
0.1.11TeamCopilot 0.1.11 focuses on chat-session correctness and a couple of smaller developer-facing fixes. Highlights - Fixed stale session-scoped UI leaking into a newly opened chat. Switching sessions now clears chat messages, pending permission state, diff state, and related view state synchronously before the next render, which prevents old session content from flashing in the new chat view. - Improved secret redaction for quoted object and dict keys such as token-style entries in Python and JSMedium3/31/2026
0.1.10## Highlights - Improved chat performance for very long conversations by rendering only the newest slice of messages initially and progressively loading older history as the user scrolls upward. - Kept the visible chat window stable while new messages stream in by anchoring rendering to the oldest visible message instead of recomputing a shifting tail window. - Added browser-level rendering containment for message rows to reduce offscreen layout and paint work in large chats. ## Details - TheMedium3/31/2026
0.1.9## Highlights - Fixed a startup/config regression around `.env.example` handling so CLI startup no longer relies on template env entries being treated as required runtime configuration. - Fixed secret redaction for quoted object and dict keys such as `{'PRIVATE-TOKEN': '...'}` and added broader regression coverage for both redacted and non-redacted cases. - Improved long-chat performance in the dashboard chat UI by reducing unnecessary re-renders while typing and avoiding repeated part filterinMedium3/31/2026
0.1.8## Highlights TeamCopilot 0.1.8 fixes a CLI packaging regression introduced in 0.1.7. ## Fixes - Removed `NPM_TOKEN` from `.env.example` so `npx teamcopilot` no longer treats it as required runtime configuration. - Preserved the npm release flow's ability to read `NPM_TOKEN` from the repo `.env` for publish-time authentication only. - Updated the release skill documentation to make the separation clear: `NPM_TOKEN` belongs in `.env`, not `.env.example`. ## Notes - npm publish for this releaMedium3/31/2026
0.1.7## Highlights TeamCopilot 0.1.7 improves the web UI on smaller screens and updates the npm release workflow to use npm access tokens from the repository `.env`. ## User-facing changes - Improved mobile and responsive behavior across the main app shell, auth screens, workflow pages, run details, and approval review flows. - Refined the chat experience on smaller viewports, including updates to the chat container, input area, sidebar, and session file diff panel. - Added responsive styling updaMedium3/31/2026
0.1.6TeamCopilot 0.1.6 fixes Azure OpenAI support for Codex deployments and updates the bundled OpenCode runtime. Highlights: - Fix Azure OpenAI Codex support by using the correct Azure Responses API path for `azure-openai/*` managed provider configuration. - Remove the no-op `AZURE_OPENAI_API_VERSION` user-facing setup requirement from the app and sample environment. - Upgrade bundled OpenCode packages from `1.1.65` to `1.3.7`. - Update session abort handling to rely on `session.abort()` with the nMedium3/30/2026
0.1.5## TeamCopilot 0.1.5 This release adds persistent chat session attention state in the AI chat UI and surfaces the current app version in the frontend header. ### Highlights - Added sidebar session status indicators for chat sessions. - Added unread attention state that persists across reloads using a stored `last_seen_assistant_message_id` cursor. - Added browser notifications and a notification sound when a chat session needs attention. - Added frontend display of the current TeamCopilot verMedium3/29/2026
0.1.4## Highlights - Expanded session file-diff tracking so more tool activity is captured, not just `apply_patch` edits. - Added broader automated coverage for file-diff tracking, including moved files, nested payloads, write operations, and `bash rm` cleanup flows. - Added an in-product warning in the chat diff panel to make the best-effort nature of file diffs explicit to users. ## Implementation Notes - The `apply-patch-session-diff` plugin now also captures tracked paths from `write` tool outMedium3/25/2026
0.1.3## Highlights - Added a real-time session file diff panel in AI chat so users can inspect tracked file changes directly from the chat interface. - Extended backend chat session tracking to persist file diff data and expose it to the frontend. - Added the supporting database migration and automated tests for apply-patch session diff handling. ## Implementation Notes - Frontend changes include the new `SessionFileDiffPanel` UI, chat container integration, and styling updates for the chat experiMedium3/25/2026
0.1.2## TeamCopilot 0.1.2 This release improves how TeamCopilot saves files that are shown to the editor with secrets redacted. ## Highlights - Fixed the save path for redacted files so edits are applied against the redacted view shown in the UI and then merged back into the raw on-disk file. - Added broad regression coverage for redacted file editing, including skill files and workflow `.env` files. - Switched the merge implementation to use the `diff` library for the redacted-to-raw save flow. Medium3/24/2026
0.1.1## TeamCopilot 0.1.1 TeamCopilot `0.1.1` is a targeted patch release focused on authentication UX for Anthropic-backed models. This release removes OAuth-based Anthropic setup paths from the model authentication screen so users are only shown supported authentication methods. The change is intended to reduce setup confusion and prevent users from being presented with subscription-style Anthropic flows that are not meant to be used from this screen. ## Highlights - Disabled all OAuth auth metMedium3/23/2026
0.1.0## Highlights TeamCopilot `0.1.0` moves custom skills into the new `.agents/skills` workspace layout and tightens how OpenCode accesses skills inside the workspace. ## What's New ### Skill directory migration - Moved the managed skill root from `custom-skills/` to `.agents/skills/`. - Updated workspace initialization, sync logic, runtime asset copying, and bundled workspace templates to use the new path. - Updated bundled agent guidance in `AGENTS.md` to point to the new skill location. ### Low3/22/2026
0.0.3## TeamCopilot 0.0.3 This release adds Azure OpenAI provider support and improves the setup flow around Opencode authentication. ## Highlights - Added Azure OpenAI provider integration for TeamCopilot agent workflows. - Expanded the Opencode auth setup backend and frontend flow to better support provider configuration. - Fixed the editor expansion issue in diff mode. - Refreshed the README and related release metadata for the new setup path. ## Full Changelog https://github.com/rishabhpoddar/Low3/21/2026
0.0.2**Full Changelog**: https://github.com/rishabhpoddar/teamcopilot/compare/0.0.1...0.0.2Low3/14/2026
0.0.1## What's Changed * Add workflow management system with dashboard UI by @rishabhpoddar in https://github.com/rishabhpoddar/teamcopilot/pull/11 * Opencode UI by @rishabhpoddar in https://github.com/rishabhpoddar/teamcopilot/pull/13 * Improve tool call display with diff view, permission prompts, and token masking by @rishabhpoddar in https://github.com/rishabhpoddar/teamcopilot/pull/15 * wip by @rishabhpoddar in https://github.com/rishabhpoddar/teamcopilot/pull/16 * changes how errors are handled Low3/14/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

paracosmAI agent swarm simulation engine with emergent crises, runtime tool forging, HEXACO personality drift, and deterministic kernels. Built on AgentOS.v0.4.382
n8n-nodes-caldav-pron8n community node for CalDAV calendars (Infomaniak, NextCloud, iCloud, Fastmail). Usable as AI Agent tool.2.3.3
@kyalabs/agent-radarAI agent detection for merchant storefronts. 21 behavioral, environment, and network signals. Zero dependencies, zero CWV impact.1.1.5
@sentygent/sdkSentygent SDK for AI agent observability0.1.1
@sqfcy/liteagentA lightweight, general-purpose AI agent harness0.1.3