Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/compatible-template-commands.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-provider-catalogs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-ask-dialog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-usage-bars.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/solid-sdk-runtime.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/steady-context-usage.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vivid-attachment-metadata.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mohanscodex/spectra-agent

## 0.6.2

### Patch Changes

- [`c77faad`](https://github.com/codex-mohan/spectra/commit/c77faadc61eb8c9c0962956bde8233f22dad9583) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Add atomic agent runtime reconfiguration, request-scoped model preparation, and sanitized structured provider failure diagnostics.

- Updated dependencies [[`60a588b`](https://github.com/codex-mohan/spectra/commit/60a588b171e1c4764ea64003748b207542906f4f), [`c77faad`](https://github.com/codex-mohan/spectra/commit/c77faadc61eb8c9c0962956bde8233f22dad9583)]:
- @mohanscodex/spectra-ai@0.6.2

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mohanscodex/spectra-agent",
"version": "0.6.1",
"version": "0.6.2",
"description": "Spectra Agent — agent loop, tool dispatch, state management",
"type": "module",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mohanscodex/spectra-ai

## 0.6.2

### Patch Changes

- [`60a588b`](https://github.com/codex-mohan/spectra/commit/60a588b171e1c4764ea64003748b207542906f4f) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Discover credential-scoped provider models with cached fallbacks, including ChatGPT Codex and OpenRouter support.

- [`c77faad`](https://github.com/codex-mohan/spectra/commit/c77faadc61eb8c9c0962956bde8233f22dad9583) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Add atomic agent runtime reconfiguration, request-scoped model preparation, and sanitized structured provider failure diagnostics.

## 0.6.1

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mohanscodex/spectra-ai",
"version": "0.6.1",
"version": "0.6.2",
"description": "Spectra AI — LLM provider layer with streaming",
"type": "module",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mohanscodex/spectra-app

## 0.6.2

### Patch Changes

- Updated dependencies [[`60a588b`](https://github.com/codex-mohan/spectra/commit/60a588b171e1c4764ea64003748b207542906f4f), [`c77faad`](https://github.com/codex-mohan/spectra/commit/c77faadc61eb8c9c0962956bde8233f22dad9583)]:
- @mohanscodex/spectra-ai@0.6.2
- @mohanscodex/spectra-agent@0.6.2

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mohanscodex/spectra-app",
"version": "0.6.1",
"version": "0.6.2",
"description": "Spectra App - Session management, concurrency, and orchestration",
"type": "module",
"main": "./dist/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @mohanscodex/spectra-code

## 0.6.2

### Patch Changes

- [`b75ebba`](https://github.com/codex-mohan/spectra/commit/b75ebba7b716a12067a9f980fa4eaf510742c878) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Add compatible project command templates, built-in prompt workflows, and configurable shell interpolation.

- [`60a588b`](https://github.com/codex-mohan/spectra/commit/60a588b171e1c4764ea64003748b207542906f4f) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Discover credential-scoped provider models with cached fallbacks, including ChatGPT Codex and OpenRouter support.

- [`9a949b8`](https://github.com/codex-mohan/spectra/commit/9a949b8c0f400c59703164e245fc1269374cdd65) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Add the interactive `ask` tool with multi-question choices, custom answers, rich OpenTUI dialogs, persisted result rendering, and a non-interactive fallback.

- [`7822a17`](https://github.com/codex-mohan/spectra/commit/7822a17de427932fedb9523d8d2a9b022faa8ca9) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Replace dotted quota indicators in the usage menu with continuous, color-separated progress tracks.

- [`e6e5d6b`](https://github.com/codex-mohan/spectra/commit/e6e5d6b9eb1797c742aa0e6cf84cd1065ded362b) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Add provider-anchored context accounting, cache-stable tool estimation, robust persisted autocompaction, a dedicated `/context` visualization, and provider tabs for `/usage`.

- [`9156ddf`](https://github.com/codex-mohan/spectra/commit/9156ddf2417f0a40cc2e45cd00ca04b268ab68db) Thanks [@codex-mohan](https://github.com/codex-mohan)! - Show persisted attachment dimensions and metadata beside the existing Nerd Font attachment badges.

- Updated dependencies [[`60a588b`](https://github.com/codex-mohan/spectra/commit/60a588b171e1c4764ea64003748b207542906f4f), [`c77faad`](https://github.com/codex-mohan/spectra/commit/c77faadc61eb8c9c0962956bde8233f22dad9583)]:
- @mohanscodex/spectra-ai@0.6.2
- @mohanscodex/spectra-agent@0.6.2

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mohanscodex/spectra-code",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"description": "Spectra Code — TUI coding agent with CLI commands, tools, and LLM integration",
"bin": {
Expand Down