Skip to content

Commit 9685486

Browse files
committed
chore(main): release 1.1.0
1 parent b952932 commit 9685486

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.0"}
1+
{".":"1.1.0"}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/Coding-Autopilot-System/autogen/compare/v1.0.0...v1.1.0) (2026-07-13)
4+
5+
6+
### Features
7+
8+
* **01-01:** require explicit workspace selection at run creation ([f6e51f0](https://github.com/Coding-Autopilot-System/autogen/commit/f6e51f0a3c18acc1d3433ca4b735825d7a06cb8e))
9+
* **01-01:** tighten workspace discovery and run schema ([70f9a96](https://github.com/Coding-Autopilot-System/autogen/commit/70f9a96cbc35f856a9d89aa1e789cd0c3d058469))
10+
* **01-02:** normalize durable run storage layout ([dd3e281](https://github.com/Coding-Autopilot-System/autogen/commit/dd3e28157e9d867b00c7ac5c9c7a089d5159fb46))
11+
* **01-02:** separate retry seeds from human decisions ([88c13de](https://github.com/Coding-Autopilot-System/autogen/commit/88c13de169b265d2e6ad17bd5130626fff1eb473))
12+
* **01-03:** make MAF runtime workspace-scoped ([15d5a0d](https://github.com/Coding-Autopilot-System/autogen/commit/15d5a0dce8fa39313ffcb9f07827907eb83ed3b6))
13+
* **01-03:** surface workspace freshness in dashboard runs ([47b6b3a](https://github.com/Coding-Autopilot-System/autogen/commit/47b6b3a810598632374d0ea6f51c5a8994356043))
14+
* **02-01:** build manager orchestration contract ([c17e722](https://github.com/Coding-Autopilot-System/autogen/commit/c17e722f37aefdf783591ec8c0e44058a8d9c8ca))
15+
* **02-02:** add stage-aware resume and gsd autofill ([d90a48f](https://github.com/Coding-Autopilot-System/autogen/commit/d90a48ff78d78d6d9e027e716f47f7baef2e5e74))
16+
* **02-03:** surface orchestration state in dashboard ([ba1a3d6](https://github.com/Coding-Autopilot-System/autogen/commit/ba1a3d68f142e46315bddb10f912b376513f2ec2))
17+
* **03-01:** add specialist roster and handoff contract ([a96d7c0](https://github.com/Coding-Autopilot-System/autogen/commit/a96d7c0d647adb543ac2f4b2c7ec6dc9a96efd38))
18+
* **03-02:** formalize lane-first routing metadata ([3a57da3](https://github.com/Coding-Autopilot-System/autogen/commit/3a57da3277f7bed7e3e1580c78c2c6b495725df3))
19+
* **03-02:** formalize routing visibility contract ([fcbf166](https://github.com/Coding-Autopilot-System/autogen/commit/fcbf1668da2694b2faf119c4c04133c76113bc37))
20+
* **03-03:** expose specialist routing visibility ([4dcfa52](https://github.com/Coding-Autopilot-System/autogen/commit/4dcfa524401cf7e3fcf000ba3025efa6931d1ad9))
21+
* **04:** add autonomous execution and approval guardrails ([076efdb](https://github.com/Coding-Autopilot-System/autogen/commit/076efdbe8fca3da4924b9181bc97199cf582f277))
22+
* **05-01:** redesign operator shell and message surfaces ([f36ae38](https://github.com/Coding-Autopilot-System/autogen/commit/f36ae38e7068664ef4209a044d3f517af54eca25))
23+
* **05-02:** add operator timeline and artifact views ([4755e17](https://github.com/Coding-Autopilot-System/autogen/commit/4755e17825c6e4285a94a7602170c9fdf64daa3f))
24+
* **05-03:** polish operator workbench ergonomics ([a7bb2e6](https://github.com/Coding-Autopilot-System/autogen/commit/a7bb2e6e816e55ea86d98a25fc13de12f9b27b9d))
25+
* **maf:** consolidate refresh stack and workflow hardening ([#17](https://github.com/Coding-Autopilot-System/autogen/issues/17)) ([b0524b7](https://github.com/Coding-Autopilot-System/autogen/commit/b0524b762024237d047fde25b50679da42e1a5e2))
26+
* Phase 7 — Worker Boundary and Cloud-Safe Execution Profiles ([#2](https://github.com/Coding-Autopilot-System/autogen/issues/2)) ([f537373](https://github.com/Coding-Autopilot-System/autogen/commit/f537373ef92f61cd2afe93338cd5fbe987dc9056))
27+
* **v1.2:** add Ollama tier-0 provider + OpenAPI 3.1 spec export ([fd40169](https://github.com/Coding-Autopilot-System/autogen/commit/fd4016920dc083d93f49dea3410940ca83d646db))
28+
29+
30+
### Bug Fixes
31+
32+
* **api:** resolve F-04 enforce explicit non-credentialed CORS ([92e3adf](https://github.com/Coding-Autopilot-System/autogen/commit/92e3adfb2c79e4cea9b74cd13590effe6d521951))
33+
* **audit:** resolve linting and formatting errors ([#5](https://github.com/Coding-Autopilot-System/autogen/issues/5)) ([5127cb9](https://github.com/Coding-Autopilot-System/autogen/commit/5127cb9d38bb5131542f8134985f473d39dc38c1))
34+
* **ci:** repin release-please reusable workflow to reachable SHA ([#24](https://github.com/Coding-Autopilot-System/autogen/issues/24)) ([ca23646](https://github.com/Coding-Autopilot-System/autogen/commit/ca23646708d9b8e48fdba5025e664b7d4727609e))
35+
* **ci:** resolve F-02 enforce full cross-platform validation ([7a6d8e3](https://github.com/Coding-Autopilot-System/autogen/commit/7a6d8e3a6bf204155053b9d1310c979b25a40557))
36+
* **ci:** resolve F-02 enforce full cross-platform validation ([fa78d6b](https://github.com/Coding-Autopilot-System/autogen/commit/fa78d6b7659709dd8dcfc3e13485c71b50099f6b))
37+
* **ci:** resolve F-02 use Node 24-compatible actions ([ad2d45d](https://github.com/Coding-Autopilot-System/autogen/commit/ad2d45dec2e61cb96151591f891e5c0577cb0f83))
38+
* **ci:** resolve F-02 use Node 24-compatible actions ([19dcc4d](https://github.com/Coding-Autopilot-System/autogen/commit/19dcc4d7babccf18212f9364d7ad0323ee25c67b))
39+
* **ci:** wire release-please PAT into reusable workflow caller ([#31](https://github.com/Coding-Autopilot-System/autogen/issues/31)) ([b952932](https://github.com/Coding-Autopilot-System/autogen/commit/b9529322287e9d04b23d83c2f28bd1561549f475))
40+
* **execution:** resolve F-05 make repo writes atomic UTF-8 ([76eda85](https://github.com/Coding-Autopilot-System/autogen/commit/76eda85473e04294d0d5737e9ef67e40197ca509))
41+
* **hygiene:** resolve F-06 protect secrets and runtime artifacts ([4975e0b](https://github.com/Coding-Autopilot-System/autogen/commit/4975e0b636da897ea839ad3021d34c24834a614e))
42+
* **repo:** remove invalid worktree gitlink ([#29](https://github.com/Coding-Autopilot-System/autogen/issues/29)) ([6442cde](https://github.com/Coding-Autopilot-System/autogen/commit/6442cdef953094c028630f203f26b3e9f71af5c3))
43+
* restore runnable enterprise-grade autogen workbench ([c829c76](https://github.com/Coding-Autopilot-System/autogen/commit/c829c76a594d3ca7012400c69a97ff43dda2682a))
44+
* **runtime:** resolve F-01 restore runnable clean-clone contract ([65cb4f2](https://github.com/Coding-Autopilot-System/autogen/commit/65cb4f2d1aa8e9bba5d77a25498fc9860cba3d0f))
45+
* **security:** resolve F-03 normalize cross-platform traversal paths ([d2c0fc1](https://github.com/Coding-Autopilot-System/autogen/commit/d2c0fc1faa28ceee2544543547f40f8694430a66))
46+
* **storage:** resolve F-03 reject path traversal identifiers ([48bdb95](https://github.com/Coding-Autopilot-System/autogen/commit/48bdb95e6b36e6849f2524425918fc6440b6a51b))
47+
348
## 1.0.0 (2026-07-11)
449

550

0 commit comments

Comments
 (0)