FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codex/announcement_tip.toml at main · rivet-dev/codex · GitHub
rivet-dev
/
codex
Public
forked from
openai/codex
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codex
/
announcement_tip.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 1003 Bytes
Breadcrumbs
codex
/
announcement_tip.toml
Copy path
File metadata and controls
23 lines (20 loc) · 1003 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
Example announcement tips for Codex TUI.
#
Each [[announcements]] entry is evaluated in order; the last matching one is shown.
#
Dates are UTC, formatted as YYYY-MM-DD. The from_date is inclusive and the to_date is exclusive.
#
version_regex matches against the CLI version (env!("CARGO_PKG_VERSION")); omit to apply to all versions.
#
target_app specify which app should display the announcement (cli, vsce, ...).
[[
announcements
]]
content
=
"
Welcome to Codex! Check out the new onboarding flow.
"
from_date
=
"
2024-10-01
"
to_date
=
"
2024-10-15
"
target_app
=
"
cli
"
#
Test announcement only for local build version until 2026-01-10 excluded (past)
[[
announcements
]]
content
=
"
This is a test announcement
"
version_regex
=
"
^0
\\
.0
\\
.0$
"
to_date
=
"
2026-05-10
"
[[
announcements
]]
content
=
"
**BREAKING NEWS**: `gpt-5.3-codex` is out! Upgrade to `0.98.0` for a faster, smarter, more steerable agent.
"
from_date
=
"
2026-02-01
"
to_date
=
"
2026-02-16
"
version_regex
=
"
^0
\\
.(?:[0-9]|[1-8][0-9]|9[0-7])
\\
.
"
Back
|
FazBrowse Home
|
New Git URL