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
12 changes: 6 additions & 6 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/coding-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.8.5-0] - 2026-05-18

### Changed

- Prepared the 0.8.5-0 prerelease.

## [0.8.4] - 2026-05-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/coding-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bastani/atomic",
"version": "0.8.4",
"version": "0.8.5-0",
"description": "Atomic coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"atomicConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/intercom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bastani/intercom",
"version": "0.8.4",
"version": "0.8.5-0",
"private": true,
"description": "Atomic extension providing a private coordination channel between parent and child agent sessions.",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bastani/mcp",
"version": "0.8.4",
"version": "0.8.5-0",
"private": true,
"description": "Atomic extension that adapts MCP (Model Context Protocol) servers into the coding agent.",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/subagents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bastani/subagents",
"version": "0.8.4",
"version": "0.8.5-0",
"private": true,
"description": "Atomic extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification.",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/web-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bastani/web-access",
"version": "0.8.4",
"version": "0.8.5-0",
"private": true,
"description": "Atomic extension for web search, URL fetching, GitHub repo cloning, PDF/video extraction.",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bastani/workflows",
"version": "0.8.4",
"version": "0.8.5-0",
"private": true,
"description": "pi extension for multi-stage workflow authoring and execution.",
"contributors": [
Expand Down
Loading