Справочник
Changelog
История версий SOBA Agent, собранная из git-тегов и commit subjects.
Эта страница генерируется из тегов репозитория и commit subjects. Перед релизом запускайте bun run docs:changelog, а в CI проверяйте bun run docs:changelog:check.
v0.6.11
Релиз 2026-07-15: v0.6.11.
Added
- stream direct shell output (db3c1ab)
- improve shell input mode (00f311c)
- improve selection and input shortcuts (0784168)
Fixed
- align restricted-mode prompts and tools (c141f14)
v0.6.10
Релиз 2026-07-14: v0.6.10.
Fixed
- pin OpenTUI runtime for npm installs (31ac3c9)
v0.6.9
Релиз 2026-07-13: v0.6.9.
Added
- harden bundled skill runtime (0cafa40)
Fixed
- exclude standalone binaries from npm package (b0a5627)
- deduplicate rewind stream snapshots (aa6d4e6)
- tolerate release tag publication race (3c6061c)
v0.6.8
Релиз 2026-07-12: v0.6.8.
Added
- stabilize proof integrity for v0.6 (b33b528)
v0.6.7
Релиз 2026-07-11: v0.6.7.
Added
- refresh site and terminal visual system (85b12fe)
v0.6.6
Релиз 2026-07-10: v0.6.6.
Added
Fixed
Documentation
- use tag badge for release (298b196)
- refresh versioned docs snapshot (f5b4cc0)
- use local README screenshot (04b3d25)
- simplify README title (719bfd1)
- fix README title layout (83956a0)
- center README title (f93949c)
- align README logo (998aeee)
- resize README logo (9895f4f)
- tighten README header (a4563d2)
- refresh README presentation (626dd3f)
Maintenance
- update GitHub actions for Node 24 (4dd4935)
v0.6.5
Релиз 2026-07-09: v0.6.5.
Changed
- Finalize reasoning on plan updates (2a5d36d)
- Collapse completed agent thoughts (3bfdec5)
- Upgrade ACP protocol layer (236973c)
Documentation
- expand README (9dbb657)
v0.6.4
Релиз 2026-07-08: v0.6.4.
Changed
- Track shell formatter mutations (f7808f8)
- Fix masked verification evidence (51faf64)
- Add skill eval bench and trace (a830833)
- Add memory health commands (bc50cb5)
- Add memory receipt explanations (cdfe457)
- Add memory source receipts (619dad2)
- Add project memory doctor (b6d4484)
- Add least-privilege permission alternatives (cf21f0b)
- Add proof permission receipts (63611cd)
- Add proof claim explanations (6d0a5ea)
- Add proof claim mapping (07449e7)
- Mirror context capsules into project memory (7bd718b)
- Add evidence proof receipts (585c8eb)
v0.6.3
Релиз 2026-07-01: v0.6.3.
Fixed
- support bun global wrapper layout (7d5b8ae)
- retry transient model stream failures before API errors (67b43fc)
- handle user-cancelled model requests without API errors (02bee8a)
- ignore prose in verification command detection (77cd3a7)
v0.6.2
Релиз 2026-06-30: v0.6.2.
Fixed
- keep bash and verification language neutral (73b9cb7)
v0.6.1
Релиз 2026-06-29: v0.6.1.
Fixed
- unblock verified completion flows (ea587d8)
Documentation
- keep complete changelog history (147d80e)
- make v0.6 documentation baseline (a10c8ed)
- add versioned documentation snapshots (d67d78e)
Tests
- cover docs release baseline ci step (f9a8945)
v0.6.0
Релиз 2026-06-29: v0.6.0.
Fixed
Changed
- extract turn completion stage (ef34d1c)
- extract turn verification stage (498f35b)
- extract turn tool stage (1afcf4a)
- extract turn response stage (1163cc9)
- seal application engine boundary (f8a7062)
- extract legacy agent turn runner (084f714)
- move shared runtime contracts to kernel (3e552fd)
- seal application public facades (088bce9)
- extract agent loop runtime wiring (0bf6e6c)
- narrow application facade boundaries (37a67ee)
- Make shared i18n runtime independent (437d568)
- Inject portable sanitization environment context (47d0813)
- Extract skill validation filesystem to infrastructure (1f8e857)
- Extract project trust storage to infrastructure (2a99505)
- Extract skill evaluation storage to infrastructure (99618d9)
- Extract portable capsule storage to infrastructure (272cacd)
- Extract draft storage to infrastructure (77baa0b)
- Extract revision storage to infrastructure (8219997)
- Extract workflow observation storage (282eada)
- Remove node path dependency from trust manager (6f38437)
- Make CLI capsule exports explicit (0ab59e4)
- Narrow CLI and UI public facades (442782b)
- Inject skill content reader from infrastructure (1ba4b4f)
- Extract skill file operations to infrastructure (b90d116)
- Narrow root application public facade (b969c78)
- Enforce engine independence from application (69a1ebd)
- Introduce engine ports for trust and skills (f49a6f8)
- Move CLI slash commands into application layer (b3b59c8)
- Move skill command dispatch (e588ece)
- Extract working narration gate (75541fe)
- Extract checkpoint compaction scheduling (a66396d)
- Extract agent turn completion (a9f6959)
- Extract agent loop event bus (85214f3)
- Move compact command use case (8117553)
- Move mcp command use case (b82ae19)
- Move capsule command use case (be58b7e)
- Wire skill commands through composition (bb066e4)
- Move permissions command use case (ea31923)
- Move project trust command use case (4b95597)
- Extract auto compact command decision (29ec508)
- Extract general command views (ad31c4b)
- Move rewind command use case (960d017)
- Move sessions command use cases (bd72d3f)
- Extract session command views (71c471c)
- Extract observed tool batch execution (4e7ab78)
- Move assistant supersede recording (3c8b96c)
- Extract response continuation decision (48979ec)
- Extract text-only turn decision (5ec6205)
- Extract tool iteration decision (ee83a1e)
- Extract tool execution observation (017c8be)
- Extract tool call session recording (0f70b86)
- Extract model turn execution (d2179ed)
- Extract turn stop guards (406f395)
- Extract response lifecycle handling (d636953)
- Extract finish call handling (0070923)
- Extract turn prompt preparation (7d077bf)
- Extract auto verification opportunity (8a8c2f9)
- Extract runtime adapter from factory (4f5eb2d)
- Extract runtime skill stack (10c1b36)
- Extract runtime MCP stack (86a74be)
- Extract runtime provider stack (7f0026a)
- Extract runtime tool stack (7f4c7ab)
- Extract project file runtime wiring (2ae653b)
- Split general CLI commands (41c4d12)
- Split skill CLI commands (af41323)
- Split session CLI commands (f75b47e)
- Split capsule CLI commands (5525c17)
- Split MCP CLI commands (9ef1ad6)
- Extract agent loop event builders (36cdacb)
- Extract turn helpers from agent loop (9383f10)
- Move project memory persistence to infrastructure (61e5145)
- Inject project command file access (03b5a92)
- Remove crypto dependency from tool executor (79c324a)
- Remove filesystem read from system prompt (309e752)
- Inject project context into agent loop (6e411e1)
- Catch CommonJS boundary imports (07c360e)
- Route delivery layers through application APIs (773ffca)
- Enforce application infrastructure boundary (4831e2e)
- Move config bootstrap to composition (812bb09)
- Move MCP runtime controller to infrastructure (c801f8a)
- Move session lifecycle persistence to infrastructure (f985cd3)
- Decouple capsule service from session manager (b6534ef)
- Move provider contracts out of infrastructure (f9685cf)
- Split application public entrypoints (47863d3)
- Retire core namespace (2a9c23f)
- Refactor architecture boundaries (5a3437c)
Documentation
- generate changelog from release tags (bdcb1d3)
Maintenance
- generate architecture dependency graph (a188e4b)
v0.5.1
Релиз 2026-06-28: v0.5.1.
Added
- add v0.5 evidence workflow (f0acc7e)
- improve ACP tool and command updates (ba85c94)
- expose ACP provider and model selectors (4b82313)
- add ACP client capability delegation (0dd2eaf)
- add ACP tool content and permission mapping (cec0b61)
- add ACP lifecycle and prompt mapping (db4b574)
- add ACP protocol server foundation (b90dfce)
Fixed
- enable ACP streaming by default (9f9a216)
- persist ACP runtime sessions (386544d)
- refresh ACP model selectors (e51ac8d)
- prefer registry provider config (956ec7d)
- support ACP session resume aliases (5e08711)
- fallback to configured provider credentials (ea396d4)
- stop advertising unsupported ACP resume (23202a2)
- pass flat API key into provider runtime (9a9b193)
- emit ACP schema session updates (6d57042)
- surface ACP runtime errors without refusal stop reason (73832aa)
- advertise ACP load and resume capabilities (756652d)
- map ACP stop reasons to protocol enum (4b56739)
- keep ACP session new on active runtime session (236bbac)
Changed
- Fix CI typecheck strictness (c81b728)
- Update docs favicon assets (bb73636)
- Add provider app attribution headers (4a6337b)
- Suppress superseded final prose before finish (88410fe)
- Harden completion and verification behavior (8773c4d)
- Improve tool guidance and verification evidence (691c7a5)
- organize architecture layers (580899d)
- add command service boundary (9670cee)
- extract context controller (ad92544)
- extract completion and verification controllers (0ebbf97)
- extract permission broker (44fb8a1)
- extract runtime and execution boundaries (e9e2d5f)
- Refine Russian landing copy (af54ff8)
- Update docs site for v0.4.4 (77dd1dd)
- Update docs site version to v0.4.4 (66b8579)
Documentation
- update v0.5 documentation (af6086d)
Tests
Maintenance
v0.4.4
Релиз 2026-06-26: v0.4.4.
Changed
v0.4.2
Релиз 2026-06-22: v0.4.2.
Added
- add landing seo metadata (6ff7c46)
Fixed
- accept finish-intent final text (30b7521)
- refresh localized sidebar (d7619cd)
- remove old version badges (583b50b)
- make docs navigation static (f315d03)
Documentation
- refresh model recommendations (1e91e1a)
- remove manual table of contents blocks (07f0eb5)
- rewrite russian roadmap copy (30b2830)
- use safer ollama model limits (473846d)
- add github links and translate user guides (e4bf18a)
- translate first docs pages (15dfbca)
- make Russian landing copy warmer (f2c28cb)
- soften Russian docs wording (d1a7df9)
- configure soba-agent.dev domain (5d7a6a2)
- document pages deployment (cb82907)
Maintenance
- deploy docs site to pages (17915f0)
v0.4.1
Релиз 2026-06-21: v0.4.1.

