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