Commit graph

64 commits

Author SHA1 Message Date
Hari
cf2bb61383 Merge pull request #293 from getcompanion-ai/rename
refactor: finish companion rename migration
2026-03-10 13:17:33 -04:00
7896a91262 build 2026-03-10 13:17:18 -04:00
536241053c refactor: finish companion rename migration
Complete the remaining pi-to-companion rename across companion-os, web, vm-orchestrator, docker, and archived fixtures.

Verification:
- semantic rg sweeps for Pi/piConfig/getPi/.pi runtime references
- npm run check in apps/companion-os (fails in this worktree: biome not found)

Co-authored-by: Codex <noreply@openai.com>
2026-03-10 07:39:32 -05:00
Hari
e8fe3d54af Merge pull request #289 from getcompanion-ai/channels
Fix Slack and Telegram channel setup
2026-03-10 00:16:51 -04:00
b268f75baf fix: simplify slack and telegram channel setup
Expose deterministic Slack and Telegram channel status from the current pi-channels config, remove one-click connect from the dashboard dialog, and enable the chat bridge when users save channel tokens so messages reach the agent.

Co-authored-by: Codex <noreply@openai.com>
2026-03-09 20:48:02 -07:00
a5f4b58221 chat titles 2026-03-09 20:12:00 -07:00
ce61669442 prompt again 2026-03-09 20:11:47 -07:00
5fe2620c68 prompt 2026-03-09 20:07:14 -07:00
8502a190f8 fix claude auth 2026-03-09 17:35:13 -07:00
89b705194b fix: address steer review feedback
Co-authored-by: Codex <noreply@openai.com>
2026-03-09 17:07:05 -07:00
4a29c13e0d feat: steer active chat messages
Co-authored-by: Codex <noreply@openai.com>
2026-03-09 16:56:24 -07:00
Hari
a018a0cd3e Merge pull request #281 from getcompanion-ai/codex5.3
model upgrade
2026-03-09 19:38:00 -04:00
a1c66c805a model upgrade 2026-03-09 16:37:39 -07:00
Hari
92c3bcf9f9 Merge pull request #277 from getcompanion-ai/fix-package
fix loading
2026-03-09 17:42:51 -04:00
cc7f68d4d2 fix loading 2026-03-09 14:37:59 -07:00
Hari
a46e9ede61 Merge pull request #276 from getcompanion-ai/fix-package
fix grind package installation
2026-03-09 16:47:39 -04:00
0fbb44b575 fix grind package installation 2026-03-09 13:43:14 -07:00
Hari
7f72ee175d Merge pull request #275 from getcompanion-ai/prompt
prompt
2026-03-09 16:33:06 -04:00
ffb6f1db70 prompt 2026-03-09 13:31:12 -07:00
Hari
d880d2740e Merge pull request #273 from getcompanion-ai/grind
fix chat
2026-03-09 16:02:14 -04:00
Hari
064517f749 Merge pull request #274 from getcompanion-ai/prompt
update
2026-03-09 15:53:01 -04:00
3c0f74c1dc fix(coding-agent): harden chat stream completion
Flush final text before closing each AI SDK text block, surface event-processing failures to chat callers, and clear the remaining Companion OS check blockers.

fixes #273

Co-authored-by: Codex <noreply@openai.com>
2026-03-09 12:48:21 -07:00
85c2a0b675 rm bootstrap 2026-03-09 12:44:17 -07:00
bf9bfe38f7 update 2026-03-09 12:34:45 -07:00
6b2a639fb6 fix chat 2026-03-09 10:46:43 -07:00
43c6b56dfa fix chat 2026-03-09 10:01:59 -07:00
Hari
f58ff785ce Merge pull request #272 from getcompanion-ai/grind
Add durable grind mode and non-mutating Companion OS checks
2026-03-09 12:26:52 -04:00
48fa514e7e fix(companion-os): address grind mode review feedback
Restore the bedrock provider import through an explicit workspace path mapping, align pi-grind package metadata with the existing package manifests, remove the unused controller-failure state path, and parse bare ISO dates in local time.

Co-authored-by: Codex <noreply@openai.com>
2026-03-09 00:02:00 -07:00
8c92f479d6 chore(companion-os): make checks non-mutating
Switch the apps/companion-os check script from biome check --write to biome lint so verification stops rewriting the worktree while still running tsgo and the browser smoke bundle.

Co-authored-by: Codex <noreply@openai.com>
2026-03-08 23:50:01 -07:00
ff6e39dd10 grind mode baby 2026-03-08 23:38:13 -07:00
Hari
4c976822c4 Merge pull request #269 from getcompanion-ai/prompt
prompt
2026-03-09 01:54:48 -04:00
Hari
444ab5820d Merge pull request #270 from getcompanion-ai/chat-single
single chat sot
2026-03-09 01:54:04 -04:00
bc68e30b6a personality 2026-03-08 22:25:57 -07:00
e4ee3e64f4 single chat sot 2026-03-08 22:12:03 -07:00
5308b63671 rm heartbeat 2026-03-08 21:19:30 -07:00
aa70afbd7e align skills to pi native 2026-03-08 20:14:24 -07:00
59ad12335a Align pi sandbox context and bootstrap injection
Co-authored-by: Codex <noreply@openai.com>
2026-03-08 17:41:57 -07:00
Hari
fb782fa025 Merge pull request #262 from getcompanion-ai/memory-staging
Add first-class memory management plumbing
2026-03-08 19:54:01 -04:00
9e11f49d17 Fix runtime memory review issues
Address runtime memory review feedback around sqlite compatibility, shutdown ordering, and endpoint validation.

Co-authored-by: Codex <noreply@openai.com>
2026-03-08 16:20:56 -07:00
9c5dde8615 Drop stale pi-memory-md lockfile entry
Remove the orphaned pi-memory-md workspace stanza after deleting the unused package directory.

Co-authored-by: Codex <noreply@openai.com>
2026-03-08 15:52:46 -07:00
bba47c28c4 rm 2026-03-08 15:51:12 -07:00
5c389efcf9 Make memory runtime-native for companion chat
Replace the old project-scoped file memory plumbing with runtime-native conversational memory and remove obsolete pi-memory-md shipping/wiring.

Co-authored-by: Codex <noreply@openai.com>
2026-03-08 15:24:52 -07:00
Hari
63e33460f6 Merge pull request #260 from getcompanion-ai/codex/deterministic-hosting
deterministic hosting
2026-03-08 17:59:58 -04:00
d0835a13d6 merge: bring staging into deterministic hosting
Co-authored-by: Codex <noreply@openai.com>
2026-03-08 14:55:17 -07:00
f0e5e26aac fix 2026-03-08 14:42:54 -07:00
5fe8f493b9 fix: address tmux adapter review feedback
Co-authored-by: Codex <noreply@openai.com>
2026-03-08 14:23:11 -07:00
fb88f43573 teams tmux 2026-03-08 14:11:48 -07:00
Hari
9057c30726 Merge pull request #263 from getcompanion-ai/codex/browser-first-class-agent-browser
feat: add built-in browser tool
2026-03-08 16:23:16 -04:00
Hari
c9c458f9cc Update apps/companion-os/packages/coding-agent/src/cli/args.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-08 16:22:41 -04:00
Hari
cca06e2235 Update apps/companion-os/packages/coding-agent/src/cli/args.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-08 16:22:32 -04:00