Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8821d65f6d | |||
| 4402c568d3 |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-11 - 0.1.1 - fix(repository)
|
||||||
|
no changes to commit
|
||||||
|
|
||||||
|
|
||||||
## 2026-03-07 - 0.1.0 - feat(web)
|
## 2026-03-07 - 0.1.0 - feat(web)
|
||||||
add web demo and polish Lit web components UI and demo tooling
|
add web demo and polish Lit web components UI and demo tooling
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartchat",
|
"name": "@push.rocks/smartchat",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.",
|
"description": "Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartchat',
|
name: '@push.rocks/smartchat',
|
||||||
version: '0.1.0',
|
version: '0.1.1',
|
||||||
description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.'
|
description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartchat',
|
name: '@push.rocks/smartchat',
|
||||||
version: '0.1.0',
|
version: '0.1.1',
|
||||||
description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.'
|
description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user