Skip to content
Merged
Show file tree
Hide file tree
Changes from 56 commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
92e529a
thread event start
rhan-oai Mar 24, 2026
66534ad
Merge branch 'main' into rhan/oob-thread-metadata
rhan-oai Mar 24, 2026
ed9e59c
restructure history and source
rhan-oai Mar 24, 2026
9e5874d
test bug
rhan-oai Mar 25, 2026
74b8b80
session source update
rhan-oai Mar 25, 2026
5362886
event rename and resume support
rhan-oai Mar 25, 2026
0f77025
test fix
rhan-oai Mar 25, 2026
3ddd859
Merge origin/main into rhan/oob-thread-metadata
rhan-oai Mar 25, 2026
94da6b2
rebase
rhan-oai Mar 25, 2026
c6cc9de
Merge branch 'main' into rhan/oob-thread-metadata
rhan-oai Mar 25, 2026
e25d698
test cleanup
rhan-oai Mar 25, 2026
2dc789b
rebase cleanup after migration
rhan-oai Mar 25, 2026
7daa987
remove flaky test
rhan-oai Mar 25, 2026
4a163ee
remove turn context
rhan-oai Mar 25, 2026
b41bc22
establish reducer structure
rhan-oai Mar 25, 2026
f0bc8de
consolidate thread context
rhan-oai Mar 25, 2026
2737227
add product client id
rhan-oai Mar 25, 2026
6aa5461
int
rhan-oai Mar 25, 2026
372c069
move up source data fetching
rhan-oai Mar 25, 2026
71d88a6
strengthen naming
rhan-oai Mar 26, 2026
5567bf4
pivot to consuming from app-event stream
rhan-oai Mar 26, 2026
fd58c48
thread initialize refactoring
rhan-oai Mar 26, 2026
6d62ce6
use anyhow instead of expected
rhan-oai Mar 26, 2026
553b92e
test patch for model slug
rhan-oai Mar 26, 2026
57194fb
exec underscore
rhan-oai Mar 26, 2026
bb61e20
introduce generic enum for app-server-protocol constructs
rhan-oai Mar 26, 2026
9e6d9eb
resolve borrow error
rhan-oai Mar 26, 2026
9d03436
emigrate subagent source logic and tests
rhan-oai Mar 26, 2026
960bd3e
normalize event input name
rhan-oai Mar 26, 2026
b1ee6e9
Merge branch 'main' into rhan/oob-thread-metadata
rhan-oai Mar 27, 2026
36ecc20
add response to turn facts
rhan-oai Mar 27, 2026
2e725aa
connection cleanup
rhan-oai Mar 27, 2026
a1e506f
rename client to connection
rhan-oai Mar 27, 2026
7afe91c
add client metadata
rhan-oai Mar 27, 2026
ed32724
various fixes
rhan-oai Mar 27, 2026
cb6482c
rename session source to thread source
rhan-oai Mar 27, 2026
317b6e1
add shared client type
rhan-oai Mar 27, 2026
36c639d
add shared runtime object
rhan-oai Mar 28, 2026
7c4daff
rpc transport
rhan-oai Mar 28, 2026
3d22b97
Merge branch 'main' into rhan/oob-thread-metadata
rhan-oai Mar 29, 2026
1718dfa
adjust client id definiiton
rhan-oai Mar 29, 2026
274dcb8
name patching
rhan-oai Mar 29, 2026
46d0328
parameter comments
rhan-oai Mar 30, 2026
733e95a
Merge branch 'main' into rhan/oob-thread-metadata
rhan-oai Mar 30, 2026
279964a
refactor analytics to use reducer architecture
rhan-oai Mar 30, 2026
0a93564
add to facts
rhan-oai Mar 30, 2026
c7a6234
refactor analytics to use reducer architecture
rhan-oai Mar 30, 2026
ed9d11e
rebase
rhan-oai Mar 30, 2026
ed6c93e
fmt
rhan-oai Mar 30, 2026
87595f5
lint
rhan-oai Mar 30, 2026
f6854b5
subagent
rhan-oai Mar 30, 2026
01bdc61
eliminate import churn
rhan-oai Mar 30, 2026
fa1047c
newline
rhan-oai Mar 30, 2026
f2015a8
feature flag
rhan-oai Mar 30, 2026
3a0dd83
lint
rhan-oai Mar 30, 2026
2291768
schema updates for feature flag
rhan-oai Mar 30, 2026
092ef21
testing with flag
rhan-oai Mar 30, 2026
4978f40
rename initialization mode
rhan-oai Mar 30, 2026
d6e096b
inline thread inputs to events
rhan-oai Mar 30, 2026
39b514c
rebase
rhan-oai Mar 30, 2026
dcaa6ad
build from response
rhan-oai Mar 30, 2026
82f1456
test fixes
rhan-oai Mar 30, 2026
47775fb
test patch
rhan-oai Mar 30, 2026
1d7f303
remove unnecessary churn
rhan-oai Mar 30, 2026
bc99a7f
structure analytics crate
rhan-oai Mar 31, 2026
6d139a8
distinguish public and internal
rhan-oai Mar 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions codex-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions codex-rs/analytics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ path = "src/lib.rs"
workspace = true

[dependencies]
codex-app-server-protocol = { workspace = true }
codex-git-utils = { workspace = true }
codex-login = { workspace = true }
codex-plugin = { workspace = true }
codex-protocol = { workspace = true }
os_info = { workspace = true }
serde = { workspace = true, features = ["derive"] }
sha1 = { workspace = true }
tokio = { workspace = true, features = [
Expand Down
Loading
Loading