Commit df9eaf8
🚀 release: v1.1.0 (#6)
* 📦 new: add update checker functionality and context injection
* 📦 new: implement update checker with caching and runtime detection
* 🧪 test: add comprehensive tests for update checker module
* 📦 new: add updateContext to AgentContext for software updates
* 📦 new: add software update check and context to start command
* 📦 new: update package versions to 1.0.1 across all packages
* ⚙️ setup: update CI workflows for release process and permissions
* 🔧 update: enhance version parsing in isNewerVersion function
* 📦 new: add build step for all packages in CI workflow
* ⚙️ setup (ci): update package-build-flow-action to v2.0.1
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup: enforce clean commit convention with husky and ci
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (husky): add clean commit validation hook
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (ci): fix security, guards, and validation issues
- add if-guard to package/container jobs (main push only)
- narrow ci.yml top-level permissions to contents: read
- add per-job permissions for package and container jobs
- remove unused packages/security-events write from release.yml
- fix commit-lint push range to validate all commits (before..after)
- quote SHA interpolations in commit-lint PR log command
- remove duplicate bun run build step from package.yml
- add --bail flag to pre-commit bun test hook
- add msgFile undefined guard in validate-commit-msg.mjs
- make variation selector optional for trash and gear emojis
- strengthen readCache to validate latest and runtime field types
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (ci): remove redundant permissions from reusable workflow calls
permissions are already defined in the called workflows (package.yml,
container.yml) - specifying them in the caller causes startup_failure
on duplicate runs triggered by open PRs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 🔧 update (ci): handle initial push and improve update-checker test
- update commit-lint workflow to capture all reachable commits on initial push
- improve update-checker test to assert cache file absence when fetch fails
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 📦 new (landing): add landing page with svelte and tailwindcss
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (ci): add deploy workflow for landing page
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (landing): add build:landing script and update lockfile
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (husky): add error handling and allow revert commits
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 🔒 security (update-checker): sanitize version and url for prompt injection
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 🧪 test (update-checker): add sanitizeForPrompt tests and improve mocking
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (ci): pin action shas and scope deploy permissions
- pin all GitHub Actions to full commit SHAs for supply chain security
- move pages/id-token permissions to deploy job only
- pin bun version to 1.2.x and use --frozen-lockfile
- use dynamic concurrency group name with workflow prefix
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 🔒 security (core): harden update checker cache and fetch logic
- validate runtime value against allowed list when reading cache
- sanitize current version before embedding in prompt context
- move AbortController setup outside try block and use finally to clear timeout
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 📦 new (landing): extract GitHubIcon component and improve accessibility
- add reusable GitHubIcon Svelte component to replace inline SVG duplication
- add skip-to-main-content link for keyboard navigation
- add aria-label to primary nav element
- add aria-hidden to decorative SVG icons
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 🔧 update (landing): improve scrollbar styling and Firefox support
- add scrollbar-width and scrollbar-color for Firefox compatibility
- use CSS variable for scrollbar thumb hover color
- remove quoted font family name for Inter
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* 🔧 update (landing): clarify QuickStart step 3 description
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* ⚙️ setup (ci): streamline CI workflows by removing unused jobs
* 🗑️ remove: delete pre-commit script for bun test
* 🔧 update (ci): add build step for workspace packages
* 🔧 update (dockerfile): upgrade bun version for builder and production stages
* 🚀 release: bump version to 1.1.0 for all packages
* 🔧 update (dockerfile): remove frozen-lockfile option from bun install
* 📦 new: add dev:landing script for development of landing page
* 📖 docs: update README with model names and licensing information
* ⚙️ setup: update release action to v1.2.1 and change token secret
* 📖 docs: update commit message guidelines for breaking changes
* 🔧 update: enhance commit message validation for breaking changes
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fcc597e commit df9eaf8
59 files changed
Lines changed: 1516 additions & 75 deletions
File tree
- .github
- instructions
- workflows
- .husky
- packages
- compactor
- config
- core
- src
- tests
- delegation
- heartware
- intercom
- learning
- logger
- matcher
- memory
- plugins
- pulse
- queue
- router
- sandbox
- secrets
- shell
- shield
- types
- src
- plugins
- channel
- plugin-channel-discord
- plugin-channel-friends
- provider/plugin-provider-openai
- src
- cli
- src/commands
- landing
- public
- src
- components
- icons
- web
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | | - | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 43 | | |
58 | | - | |
| 44 | + | |
59 | 45 | | |
60 | 46 | | |
61 | 47 | | |
| |||
64 | 50 | | |
65 | 51 | | |
66 | 52 | | |
67 | | - | |
| 53 | + | |
68 | 54 | | |
69 | | - | |
| 55 | + | |
70 | 56 | | |
71 | 57 | | |
72 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| 49 | + | |
| 50 | + | |
0 commit comments