@amodalai/amodal 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @amodalai/amodal
|
|
2
2
|
|
|
3
|
+
## 0.1.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#38](https://github.com/amodalai/amodal/pull/38) [`4840b56`](https://github.com/amodalai/amodal/commit/4840b56219db2b499a740bd1477b8f7365f205f8) Thanks [@gte620v](https://github.com/gte620v)! - Automations page with Run Now button, run history tracking, and improved API. Shows title, prompt, schedule, trigger type, last run status. Run Now waits for completion and shows success/error.
|
|
8
|
+
|
|
9
|
+
- [#40](https://github.com/amodalai/amodal/pull/40) [`f12d716`](https://github.com/amodalai/amodal/commit/f12d7164a0190d33616414550c36b1d9610c2e22) Thanks [@gte620v](https://github.com/gte620v)! - Entity list redesign (card layout with smart field picking), dark mode for all entity components, remove chat bubble, sort automations alphabetically, add pre-push hook blocking direct pushes to main.
|
|
10
|
+
|
|
11
|
+
- [#42](https://github.com/amodalai/amodal/pull/42) [`e9453a3`](https://github.com/amodalai/amodal/commit/e9453a30a2084441868efc3d5833817e860911f6) Thanks [@gte620v](https://github.com/gte620v)! - Fix: inspect detail endpoints read repo directly instead of creating sessions (which triggered MCP reconnections). Render skill body as markdown.
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`4840b56`](https://github.com/amodalai/amodal/commit/4840b56219db2b499a740bd1477b8f7365f205f8), [`e9453a3`](https://github.com/amodalai/amodal/commit/e9453a30a2084441868efc3d5833817e860911f6)]:
|
|
14
|
+
- @amodalai/runtime@0.1.10
|
|
15
|
+
- @amodalai/core@0.1.10
|
|
16
|
+
- @amodalai/runtime-app@0.1.10
|
|
17
|
+
|
|
3
18
|
## 0.1.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|